Skip to content

Commit 36ccae2

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e5e7e5...c85c95e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent beefd8c commit 36ccae2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .github/workflows/canary.yml

+1-1
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2
31+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2
3232
- name: Update the rc tag
3333
uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
3434
with:

Diff for: .github/workflows/codeql-analysis.yml

+1-1
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
49+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
5050

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

Diff for: .github/workflows/release.yml

+1-1
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
34+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
3535
- name: Update the rc tag
3636
uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
3737
with:

Diff for: .github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

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

Diff for: .github/workflows/test.yml

+1-1
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
31+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3232
- name: Install Dependencies
3333
run: npm ci
3434
- name: Run coverage

0 commit comments

Comments
 (0)