Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.1 to 5.0.2 (#94)
Browse files Browse the repository at this point in the history
* Bump actions/setup-go from 5.0.1 to 5.0.2

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.1...v5.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update ghasum checksums

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jul 11, 2024
1 parent beddcdc commit fe6a482
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
with:
go-version-file: go.mod
- name: Verify action checksums
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gha.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version 1

actions/[email protected] ElHY2zwea4F7aiO5kTGiEJU1+/P21We7sgBd/ov69Dg=
actions/[email protected].1 q8sUwsMBEiWR5uyTQTvyQtNFn3obLEbDMcbC4Qk1JiA=
actions/[email protected].2 n9tqUfB4OKK5aiUOExrVooiAI2s7Wcih+7CYiJHr920=
github/[email protected] FD26UGB5XxgnaAch3o2/0B6G1w+L9p0fpoVew1u+ekQ=
ncipollo/[email protected] +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM=
stefanzweifel/[email protected] t2VeG9180CmZ5/cmxvkFkN6iWoWsOjlaJ2V8rp1HDqY=
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
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].1
uses: actions/[email protected].2
with:
go-version-file: go.mod
- name: Verify action checksums
Expand Down

0 comments on commit fe6a482

Please sign in to comment.