Skip to content

Commit d819ff0

Browse files
chore(deps): update actions/setup-go digest to 4dc6199
1 parent 8e76301 commit d819ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Checkout code
7373
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7474
- name: Setup Go
75-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
75+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
7676
with:
7777
go-version: 1.25
7878
- name: Build trunkver
@@ -117,7 +117,7 @@ jobs:
117117
grep syft_1.32.0_linux_amd64.tar.gz syft_1.32.0_checksums.txt | sha256sum --check
118118
tar -zxv -C /usr/local/bin/ -f syft_1.32.0_linux_amd64.tar.gz
119119
- name: Setup Go
120-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
120+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
121121
with:
122122
go-version: 1.25
123123
- name: Build trunkver

0 commit comments

Comments
 (0)