Skip to content

Commit 7797b31

Browse files
authored
Merge pull request #355 from anchore/dependabot/github_actions/actions/setup-go-5.4.0
ci: Bump actions/setup-go from 5.3.0 to 5.4.0
2 parents f0d18a0 + 0e7201d commit 7797b31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 2
3535

3636
- name: Install Go
37-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
37+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b #v5.4.0
3838
with:
3939
go-version-file: go.mod
4040

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757

58-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
58+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b #v5.4.0
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161

.github/workflows/static-unit-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
platform: [ubuntu-latest]
1212
runs-on: ${{ matrix.platform }}
1313
steps:
14-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
14+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b #v5.4.0
1515
with:
1616
go-version: ${{ matrix.go-version }}
1717

@@ -47,7 +47,7 @@ jobs:
4747
platform: [ubuntu-latest]
4848
runs-on: ${{ matrix.platform }}
4949
steps:
50-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
50+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b #v5.4.0
5151
with:
5252
go-version: ${{ matrix.go-version }}
5353

0 commit comments

Comments
 (0)