Skip to content

Commit fe36ed8

Browse files
chore(deps): update actions/checkout action to v4.2.0
1 parent 5ce427e commit fe36ed8

8 files changed

+13
-13
lines changed

.github/workflows/cache-clear.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
egress-policy: "audit"
1616

1717
- name: "Check out code"
18-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
18+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
1919

2020
- name: "Cleanup"
2121
run: |

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
egress-policy: "audit"
4949

5050
- name: "Checkout repository"
51-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
51+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: "Initialize CodeQL"

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
egress-policy: "audit"
2626

2727
- name: "Git checkout"
28-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
28+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
2929
env:
3030
GIT_COMMITTER_NAME: "GitHub Actions Shell"
3131
GIT_AUTHOR_NAME: "GitHub Actions Shell"

.github/workflows/introspect.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: "audit"
2727

2828
- name: "Git checkout"
29-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
29+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
3030
env:
3131
GIT_COMMITTER_NAME: "GitHub Actions Shell"
3232
GIT_AUTHOR_NAME: "GitHub Actions Shell"

.github/workflows/lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
yaml_lintable: "${{ steps.changes.outputs.yaml_lintable }}"
2929
steps:
3030
- name: "Git checkout"
31-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
31+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
3232
env:
3333
GIT_COMMITTER_NAME: "GitHub Actions Shell"
3434
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -53,7 +53,7 @@ jobs:
5353
egress-policy: "audit"
5454

5555
- name: "Git checkout"
56-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
56+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
5757
with:
5858
fetch-depth: 2
5959
env:
@@ -98,7 +98,7 @@ jobs:
9898
egress-policy: "audit"
9999

100100
- name: "Git checkout"
101-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
101+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
102102
with:
103103
fetch-depth: 2
104104
env:
@@ -125,7 +125,7 @@ jobs:
125125
egress-policy: "audit"
126126

127127
- name: "Git checkout"
128-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
128+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
129129
with:
130130
fetch-depth: 2
131131
env:

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: "audit"
3939

4040
- name: "Checkout code"
41-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
41+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
4242
with:
4343
persist-credentials: false
4444

.github/workflows/semantic-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
allowed-conclusions: "success,skipped" # all other checks must pass, being skipped or cancelled is not sufficient
4343

4444
- name: "Git checkout"
45-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
45+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
4646
with:
4747
fetch-depth: 0
4848
persist-credentials: false
@@ -111,7 +111,7 @@ jobs:
111111
egress-policy: "audit"
112112

113113
- name: "Git checkout"
114-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
114+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
115115
with:
116116
fetch-depth: 2
117117
env:

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
packages: "${{ steps.changes.outputs.packages }}"
2727
steps:
2828
- name: "Git checkout"
29-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
29+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
3030
env:
3131
GIT_COMMITTER_NAME: "GitHub Actions Shell"
3232
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -65,7 +65,7 @@ jobs:
6565
egress-policy: "audit"
6666

6767
- name: "Git checkout"
68-
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
68+
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
6969
env:
7070
GIT_COMMITTER_NAME: "GitHub Actions Shell"
7171
GIT_AUTHOR_NAME: "GitHub Actions Shell"

0 commit comments

Comments
 (0)