Skip to content

Commit 5b86154

Browse files
Bump actions/setup-go from 6.0.0 to 6.1.0 in the all group (#1223)
Bumps the all group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd6afb2 commit 5b86154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cd ${{ github.workspace }}
5151
sudo rm -rf ${{ github.workspace }}/yara-x
5252
- name: Set up Go
53-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
53+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5454
with:
5555
go-version-file: "go.mod"
5656
check-latest: true

.github/workflows/style.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
persist-credentials: false
8383

8484
- name: Set up Go
85-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
85+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8686
with:
8787
go-version-file: go.mod
8888
check-latest: true
@@ -106,7 +106,7 @@ jobs:
106106
persist-credentials: false
107107

108108
- name: Set up Go
109-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
109+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
110110
with:
111111
go-version-file: go.mod
112112
check-latest: true

0 commit comments

Comments
 (0)