@@ -19,15 +19,15 @@ jobs:
1919 image-digest : ${{ steps.image-info.outputs.image_digest }}
2020 steps :
2121 - name : Checkout source code
22- uses : actions/checkout@v4.1.1
22+ uses : actions/checkout@v4.1.6
2323
2424 - name : Set up Carvel
2525 uses : carvel-dev/setup-action@v2.0.0
2626 with :
2727 token : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Log into container registry
30- uses : redhat-actions/podman-login@v1.6
30+ uses : redhat-actions/podman-login@v1.7
3131 with :
3232 username : ${{ github.actor }}
3333 password : ${{ secrets.GITHUB_TOKEN }}
@@ -87,10 +87,10 @@ jobs:
8787 IMAGE_DIGEST : ${{ needs.build.outputs.image-digest }}
8888 steps :
8989 - name : Install Cosign
90- uses : sigstore/cosign-installer@v3.4 .0
90+ uses : sigstore/cosign-installer@v3.5 .0
9191
9292 - name : Log into container registry
93- uses : redhat-actions/podman-login@v1.6
93+ uses : redhat-actions/podman-login@v1.7
9494 with :
9595 username : ${{ github.actor }}
9696 password : ${{ secrets.GITHUB_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106106 actions : read
107107 id-token : write
108108 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
110110 with :
111111 image : ${{ needs.build.outputs.image-name }}
112112 digest : ${{ needs.build.outputs.image-digest }}
0 commit comments