Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 55afdfb

Browse files
committed
fix: use v0.2.3 of container-scanning-action
1 parent ddca9f4 commit 55afdfb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Sign api image and attach SBOM attestation
122122
if: steps.semrel.outputs.version != ''
123-
uses: adfinis/container-scanning-action@v0.2.2
123+
uses: adfinis/container-scanning-action@v0.2.3
124124
with:
125125
image-ref: ghcr.io/${{ github.repository }}/api
126126
token: ${{ secrets.GITHUB_TOKEN }}
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Sign ember image and attach SBOM attestation
131131
if: steps.semrel.outputs.version != ''
132-
uses: adfinis/container-scanning-action@v0.2.2
132+
uses: adfinis/container-scanning-action@v0.2.3
133133
with:
134134
image-ref: ghcr.io/${{ github.repository }}/ember
135135
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.2
27+
- uses: adfinis/container-scanning-action@v0.2.3
2828
with:
2929
image-ref: ghcr.io/${{ github.repository }}/ember
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.2
50+
- uses: adfinis/container-scanning-action@v0.2.3
5151
with:
5252
image-ref: ghcr.io/${{ github.repository }}/ember
5353
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)