We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55413f commit 16b84ceCopy full SHA for 16b84ce
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v3
24
with:
25
fetch-depth: 0
26
- - uses: docker/setup-qemu-action@v1
+ - uses: docker/setup-qemu-action@v3
27
if: matrix.os == 'ubuntu-latest'
28
- uses: docker/setup-buildx-action@v3
29
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
- uses: sigstore/[email protected]
84
- uses: anchore/sbom-action/[email protected]
0 commit comments