We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f6b9a commit dede1a6Copy full SHA for dede1a6
.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
@@ -177,7 +178,7 @@ jobs:
177
178
- uses: actions/checkout@v4
179
180
- name: Create SBOM
- uses: anchore/sbom-action@v0
181
+ uses: anchore/sbom-action@v0.17.0
182
with:
183
upload-artifact-retention: 1
184
format: cyclonedx-json
.github/workflows/pull-request.yaml
@@ -18,6 +18,7 @@ env:
18
19
20
21
22
23
contents: read
24
@@ -71,7 +72,7 @@ jobs:
71
72
73
74
75
76
77
78
0 commit comments