Skip to content

Commit 7523e86

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- 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 bf4cac9 commit 7523e86

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/canary.yml

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

32-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v2
32+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2
3333
- name: Update the rc tag
3434
uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
3535
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@8ade135a41bc03ea155e62e844d188df1ea18608
49+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5050

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

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
25+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0

.github/workflows/release.yml

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

35-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
35+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3636
- name: Update the rc tag
3737
uses: step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
3838
with:

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
egress-policy: audit
3131

3232
- name: "Checkout code"
33-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v3.0.0
33+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.0.0
3434
with:
3535
persist-credentials: false
3636

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uploader.codecov.io:443
3030
3131
- name: Checkout
32-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
32+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3333
- name: Install Dependencies
3434
run: npm ci
3535
- name: Run coverage

0 commit comments

Comments
 (0)