File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
- name : Setup Go
17
- uses : actions/setup-go@v5
17
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
18
18
with :
19
19
go-version : 1.24
20
20
- name : GoReleaser
Original file line number Diff line number Diff line change 68
68
# Upload the results to GitHub's code scanning dashboard (optional).
69
69
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@v3
71
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
72
72
with :
73
73
sarif_file : results.sarif
Original file line number Diff line number Diff line change 25
25
go-version : ' 1.24.1'
26
26
cache : false
27
27
28
- - uses : actions/cache@v4
28
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
29
29
with :
30
30
path : |
31
31
~/.cache/go-build
Original file line number Diff line number Diff line change 1
- FROM debian:stable-slim
1
+ FROM debian:stable-slim@sha256:5484adc33b4c352c5a9f4c4ae295fc49aed1cb54a7a0712a1b29674fb6f4f10f
2
2
3
3
# Update package list and install necessary packages
4
4
RUN apt-get update && \
Original file line number Diff line number Diff line change 1
- FROM debian:stable-slim
1
+ FROM debian:stable-slim@sha256:5484adc33b4c352c5a9f4c4ae295fc49aed1cb54a7a0712a1b29674fb6f4f10f
2
2
3
3
# Update package list and install necessary packages
4
4
RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments