Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ericcornelissen committed May 3, 2024
1 parent 83761f5 commit df7a51d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghasum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
token: ${{ steps.automation-token.outputs.token }}
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
# NOTE: skip "Verify action checksums" because they might not be up-to-date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: go.mod
- name: Verify action checksums
Expand Down

0 comments on commit df7a51d

Please sign in to comment.