Skip to content

Commit df7b829

Browse files
committed
build: Update build dependencies
Signed-off-by: Thomas Vitale <[email protected]>
1 parent 9b20771 commit df7b829

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
image-digest: ${{ steps.image-info.outputs.image_digest }}
2020
steps:
2121
- name: Checkout source code
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].6
2323

2424
- name: Set up Carvel
2525
uses: carvel-dev/[email protected]
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

Comments
 (0)