Skip to content

Commit 65236a6

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2 (jlaffaye#403)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34b1c59 commit 65236a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v4.1.7
44+
uses: actions/checkout@v4.2.2
4545

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

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
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@v4.1.7
12+
- uses: actions/checkout@v4.2.2
1313
- name: golangci-lint
1414
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
1515
with:

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
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@v4.1.7
8+
- uses: actions/checkout@v4.2.2
99
- name: Setup go
1010
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
1111
with:

0 commit comments

Comments
 (0)