Commit 2d5c7a9 1 parent ab7377d commit 2d5c7a9 Copy full SHA for 2d5c7a9
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
23
23
# Disabling shallow clone is recommended for improving relevancy of reporting
24
24
fetch-depth : 0
25
25
- name : ' Login to GitHub Container Registry'
26
- uses : docker/login-action@v1
26
+ uses : docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1
27
27
with :
28
28
registry : ghcr.io
29
29
username : ${{github.actor}}
30
30
password : ${{secrets.GITHUB_TOKEN}}
31
31
- name : Get syft
32
- uses :
anchore/sbom-action/[email protected]
32
+ uses : anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
33
33
- name : Set up Go
34
- uses : actions/setup-go@v5
34
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
35
35
- name : Run GoReleaser
36
- uses : goreleaser/goreleaser-action@v5
36
+ uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
37
37
with :
38
38
args : release --clean
39
39
env :
You can’t perform that action at this time.
0 commit comments