Skip to content

Commit c57e81c

Browse files
committed
chore(ci): bump container-scanning-action
1 parent ece703c commit c57e81c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
${{ steps.meta.outputs.labels }}
102102
103103
- name: Sign api image and attach SBOM attestation
104-
uses: adfinis/container-scanning-action@v0.2.9
104+
uses: adfinis/container-scanning-action@v0.2.11
105105
with:
106106
image-ref: ghcr.io/${{ github.repository }}/api
107107
token: ${{ secrets.GITHUB_TOKEN }}
@@ -173,7 +173,7 @@ jobs:
173173
${{ steps.meta.outputs.labels }}
174174
175175
- name: Sign image and attach SBOM attestation
176-
uses: adfinis/container-scanning-action@v0.2.9
176+
uses: adfinis/container-scanning-action@v0.2.11
177177
with:
178178
image-ref: ghcr.io/${{ github.repository }}/ember
179179
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/schedule.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# needed for `cosign attest`
2525
id-token: write
2626
steps:
27-
- uses: adfinis/container-scanning-action@v0.2.9
27+
- uses: adfinis/container-scanning-action@v0.2.11
2828
with:
2929
image-ref: ghcr.io/${{ github.repository }}/api
3030
token: ${{ secrets.GITHUB_TOKEN }}
@@ -47,7 +47,7 @@ jobs:
4747
# needed for `cosign attest`
4848
id-token: write
4949
steps:
50-
- uses: adfinis/container-scanning-action@v0.2.9
50+
- uses: adfinis/container-scanning-action@v0.2.11
5151
with:
5252
image-ref: ghcr.io/${{ github.repository }}/ember
5353
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)