File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21
21
22
22
- name : Install cosign
23
23
if : ${{ github.event_name != 'pull_request' }}
24
- uses : sigstore/cosign-installer@v3.6 .0
24
+ uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7 .0
25
25
with :
26
- cosign-release : ' v2.4.0 '
26
+ cosign-release : ' v2.4.1 '
27
27
28
28
- name : Build image
29
29
id : build
30
- uses : redhat-actions/buildah-build@v2
30
+ uses : redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2.13
31
31
with :
32
32
containerfiles : |
33
33
./Containerfile
@@ -37,15 +37,15 @@ jobs:
37
37
40
38
38
39
39
- name : Log in to GitHub Container Registry
40
- uses : redhat-actions/podman-login@v1
40
+ uses : redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
41
41
if : ${{ github.event_name != 'pull_request' }}
42
42
with :
43
43
username : ${{ github.actor }}
44
44
password : ${{ secrets.GITHUB_TOKEN }}
45
45
registry : ghcr.io/${{ github.repository_owner }}
46
46
47
47
- name : Push to GitHub Container Registry
48
- uses : redhat-actions/push-to-registry@v2
48
+ uses : redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8
49
49
id : push
50
50
if : ${{ github.event_name != 'pull_request' }}
51
51
with :
You can’t perform that action at this time.
0 commit comments