Skip to content

Commit a94559d

Browse files
authored
ci: update osv scanner action (google#1090)
1 parent 8b01a81 commit a94559d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/osv.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
permissions:
2828
security-events: write
2929
contents: read
30-
uses: 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78' # v1.7.1
30+
actions: read
31+
uses: 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@126676819209c3a606f31bc46ad974fba4f2012c' # v1.9.2
3132
with:
3233
# Example of specifying custom arguments
3334
scan-args: |-
@@ -39,7 +40,8 @@ jobs:
3940
permissions:
4041
security-events: write
4142
contents: read
42-
uses: 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78' # v1.7.1
43+
actions: read
44+
uses: 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@126676819209c3a606f31bc46ad974fba4f2012c' # v1.9.2
4345
with:
4446
# Example of specifying custom arguments
4547
scan-args: |-

0 commit comments

Comments
 (0)