Skip to content

Commit f4a62b3

Browse files
Merge pull request #277 from step-security/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.0 to 3.5.2
2 parents 6b3083a + 012ac92 commit f4a62b3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
api.github.com:443
2929
github.com:443
3030

31-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v2
31+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2
3232
- name: Update the rc tag
3333
uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
3434
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4747

4848
- name: Checkout repository
49-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
49+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
api.github.com:443
3232
github.com:443
3333

34-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
34+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3535
- name: Update the rc tag
3636
uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
3737
with:

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.0.0
28+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # tag=v3.0.0
2929
with:
3030
persist-credentials: false
3131

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uploader.codecov.io:443
2929
3030
- name: Checkout
31-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
31+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3232
- name: Install Dependencies
3333
run: npm ci
3434
- name: Run coverage

0 commit comments

Comments
 (0)