Skip to content

Commit bff7712

Browse files
🌱 Bump actions/checkout from 3.1.0 to 3.2.0 (#1035)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...755da8c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd50e39 commit bff7712

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2
38+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
39+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
4040
- name: 'Dependency Review'
4141
uses: actions/dependency-review-action@11310527b429536e263dc6cc47873e608189ba21

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
16+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile

.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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v2.4.0
18+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v2.4.0
1919
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 #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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v2.4.0
20+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v2.4.0
2121
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
2222
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v2.1.7
2323
with:
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
os: [ ubuntu-latest ]
5555
steps:
56-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v2.4.0
56+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v2.4.0
5757
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
5858
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 #v2.1.7
5959
with:

0 commit comments

Comments
 (0)