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 2eb7ff6 commit 7fb2fb0Copy full SHA for 7fb2fb0
.github/workflows/prereleased.yaml
@@ -25,6 +25,7 @@ env:
25
26
27
permissions:
28
+ actions: read
29
id-token: write
30
contents: write
31
packages: read
@@ -180,7 +181,7 @@ jobs:
180
181
- uses: actions/checkout@v4
182
183
- name: Create SBOM
- uses: anchore/sbom-action@v0
184
+ uses: anchore/sbom-action@v0.17.0
185
with:
186
upload-artifact-retention: 1
187
format: cyclonedx-json
.github/workflows/pull-request.yaml
@@ -18,6 +18,7 @@ env:
18
19
20
21
22
23
contents: read
24
@@ -65,7 +66,7 @@ jobs:
65
66
67
68
69
70
71
72
0 commit comments