Skip to content

Commit e47c75e

Browse files
🌱 Update actions/checkout requirement to 2541b1294d2704b0964813337f33b291d3f8596b
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/2541b1294d2704b0964813337f33b291d3f8596b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7bd96c commit e47c75e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
38+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3737

3838
- name: 'Checkout Repository'
39-
uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
39+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
4040
- name: 'Dependency Review'
4141
uses: actions/dependency-review-action@310e0dd64f63b1d00101ecd3225d605a74261fb7

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ ubuntu-latest ]
1717
steps:
18-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
18+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
1919
- uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a #v2.1.5
2020
with:
2121
go-version: '1.18'

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
id-token: write # Needed to pick up on signing with a GitHub workflow identity.
1919
steps:
20-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
20+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
2121
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
2222
- uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 #v2.1.7
2323
with:
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
os: [ ubuntu-latest ]
5555
steps:
56-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
56+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
5757
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
5858
- uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 #v2.1.7
5959
with:

0 commit comments

Comments
 (0)