Skip to content

Commit bf30115

Browse files
chore: update actions/setup-go action to v6.4.0
1 parent 3704855 commit bf30115

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535
- name: Set up Go
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
36+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3737
with:
3838
go-version: 1.25.0
3939
- name: Get google/go-licenses package
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ github.head_ref }}
5353
fetch-depth: 0
5454
- name: Set up Go
55-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
55+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5656
with:
5757
go-version: 1.25.0
5858
- name: Execute tests

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout repository
4343
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4444
- name: Set up Go
45-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
45+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4646
with:
4747
go-version: 1.25.0
4848
- name: Initialize CodeQL

0 commit comments

Comments
 (0)