Skip to content

Commit 18bde06

Browse files
Bump actions/checkout from 4.1.1 to 4.1.2 (#566)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...9bb5618) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c35486e commit 18bde06

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/binary-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write # needed for goreleaser to create the release
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
21+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
1919
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2020
with:
2121
go-version: "1.21"
@@ -26,7 +26,7 @@ jobs:
2626
run-linter:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
29+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
3030
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
3131
with:
3232
go-version: "1.21"
@@ -37,7 +37,7 @@ jobs:
3737
check-scorecard-version:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
40+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
4141
- name: Run tests
4242
run: make test/scorecard-version
4343
env:

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
38+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
steps:
2121
- name: "Checkout code"
22-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2323
- name: "Run analysis"
2424
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.0.0-alpha.2
2525
with:

0 commit comments

Comments
 (0)