@@ -19,15 +19,15 @@ jobs:
19
19
image-digest : ${{ steps.image-info.outputs.image_digest }}
20
20
steps :
21
21
- name : Checkout source code
22
- uses : actions/checkout@v4.1.1
22
+ uses : actions/checkout@v4.1.6
23
23
24
24
- name : Set up Carvel
25
25
uses : carvel-dev/setup-action@v2.0.0
26
26
with :
27
27
token : ${{ secrets.GITHUB_TOKEN }}
28
28
29
29
- name : Log into container registry
30
- uses : redhat-actions/podman-login@v1.6
30
+ uses : redhat-actions/podman-login@v1.7
31
31
with :
32
32
username : ${{ github.actor }}
33
33
password : ${{ secrets.GITHUB_TOKEN }}
@@ -87,10 +87,10 @@ jobs:
87
87
IMAGE_DIGEST : ${{ needs.build.outputs.image-digest }}
88
88
steps :
89
89
- name : Install Cosign
90
- uses : sigstore/cosign-installer@v3.4 .0
90
+ uses : sigstore/cosign-installer@v3.5 .0
91
91
92
92
- name : Log into container registry
93
- uses : redhat-actions/podman-login@v1.6
93
+ uses : redhat-actions/podman-login@v1.7
94
94
with :
95
95
username : ${{ github.actor }}
96
96
password : ${{ secrets.GITHUB_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106
106
actions : read
107
107
id-token : write
108
108
packages : write
109
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9 .0
109
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10 .0
110
110
with :
111
111
image : ${{ needs.build.outputs.image-name }}
112
112
digest : ${{ needs.build.outputs.image-digest }}
0 commit comments