Skip to content

Commit a13a353

Browse files
Bump actions/checkout from 4.1.1 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69636e6 commit a13a353

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout source code
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected].7
1717
- name: Setup Go
1818
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # [email protected]
1919
with:

.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 # [email protected].1
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected].7
3939

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

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected].7
1414

1515
- name: Setup Go
1616
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # [email protected]

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout source code
21-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected].7
2222
with:
2323
fetch-depth: 0
2424

@@ -76,7 +76,7 @@ jobs:
7676
if: github.ref == 'refs/heads/main'
7777
steps:
7878
- name: Checkout source code
79-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1
79+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected].7
8080

8181
- name: Setup Go
8282
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # [email protected]

0 commit comments

Comments
 (0)