Skip to content

Commit 34c40f8

Browse files
committed
chore(actions): set sbom-action to 0.17.0 and add permission
1 parent d5f6b9a commit 34c40f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818

1919

2020
permissions:
21+
actions: read
2122
id-token: write
2223
contents: read
2324
packages: read
@@ -71,7 +72,7 @@ jobs:
7172
- uses: actions/checkout@v4
7273

7374
- name: Create SBOM
74-
uses: anchore/sbom-action@v0
75+
uses: anchore/sbom-action@v0.17.0
7576
with:
7677
upload-artifact-retention: 1
7778
format: cyclonedx-json

0 commit comments

Comments
 (0)