File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 84
84
85
85
- uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
86
86
87
- - uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
87
+ - uses : anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
88
88
89
89
- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
90
90
with :
95
95
- name : Setup Go
96
96
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
97
97
with :
98
- go-version : " ~1.24 "
98
+ go-version : " ~1.25.0 "
99
99
100
100
- name : Log into Docker.io
101
101
uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
Original file line number Diff line number Diff line change 43
43
44
44
- uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
45
45
46
- - uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
46
+ - uses : anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
47
47
48
48
- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
49
49
with :
54
54
- name : Setup Go
55
55
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
56
56
with :
57
- go-version : " ~1.24 "
57
+ go-version : " ~1.25.0 "
58
58
59
59
- name : Check GoReleaser
60
60
uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
Original file line number Diff line number Diff line change 93
93
- name : Setup Go
94
94
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
95
95
with :
96
- go-version : " ~1.24 "
96
+ go-version : " ~1.25.0 "
97
97
check-latest : true
98
98
99
99
- name : Create artifacts directory to store build artifacts
Original file line number Diff line number Diff line change 70
70
71
71
- uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
72
72
73
- - uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
73
+ - uses : anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
74
74
75
75
- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
76
76
if : runner.os != 'Windows'
92
92
93
93
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
94
94
with :
95
- go-version : " ~1.24 "
95
+ go-version : " ~1.25.0 "
96
96
check-latest : true
97
97
98
98
- name : Set nightly enabled
@@ -193,7 +193,7 @@ jobs:
193
193
194
194
- uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
195
195
196
- - uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
196
+ - uses : anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
197
197
198
198
- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
199
199
if : runner.os != 'Windows'
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
217
217
with :
218
- go-version : " ~1.24 "
218
+ go-version : " ~1.25.0 "
219
219
check-latest : true
220
220
221
221
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
36
36
with :
37
- go-version : " ~1.24 "
37
+ go-version : " ~1.25.0 "
38
38
cache : false
39
39
- name : Cache Go
40
40
id : go-cache
Original file line number Diff line number Diff line change 33
33
- name : Setup Go
34
34
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
35
35
with :
36
- go-version : " ~1.24 "
36
+ go-version : " ~1.25.0 "
37
37
check-latest : true
38
38
39
39
- name : Tidy go.mod files
Original file line number Diff line number Diff line change 42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
45
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments