Skip to content

Commit e265cdb

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2
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@692973e...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17d0129 commit e265cdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
steps:
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
1515
with:
1616
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
image: returntocorp/semgrep
1111
steps:
1212
# Retrieve the source code for the repository
13-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1414
# Fetch the semgrep rules
1515
- run: git clone https://github.com/dgryski/semgrep-go.git
1616
# Run the rule checker using the fetched rules
@@ -19,7 +19,7 @@ jobs:
1919
check-race:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2323
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
2424
with:
2525
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004
@@ -30,7 +30,7 @@ jobs:
3030
tests:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3434
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
3535
with:
3636
# https://www.npmjs.com/package/semver#caret-ranges-123-025-004

0 commit comments

Comments
 (0)