Skip to content

Commit

Permalink
🌱 Update actions/checkout requirement to 2541b1294d2704b0964813337f33…
Browse files Browse the repository at this point in the history
…b291d3f8596b

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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2022
1 parent 7bd84a0 commit ec838a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Expand Up @@ -36,6 +36,6 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: 'Checkout Repository'
uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: 'Dependency Review'
uses: actions/dependency-review-action@310e0dd64f63b1d00101ecd3225d605a74261fb7
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
- uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a #v2.1.5
with:
go-version: '1.18'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
id-token: write # Needed to pick up on signing with a GitHub workflow identity.
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 #v2.1.7
with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v2.4.0
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 #v2.1.7
with:
Expand Down

0 comments on commit ec838a5

Please sign in to comment.