Skip to content

Commit 2b809c0

Browse files
Bump actions/checkout from 2.4.2 to 3.6.0 (#345)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.2 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.2...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c2aa37 commit 2b809c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v3.6.0
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/golangci-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: read # for actions/checkout to fetch code
1010
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
1111
steps:
12-
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e
12+
- uses: actions/checkout@v3.6.0
1313
- name: golangci-lint
1414
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
1515
with:

.github/workflows/unit_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
8+
- uses: actions/checkout@v3.6.0
99
- name: Setup go
1010
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
1111
with:

0 commit comments

Comments
 (0)