Skip to content

Commit 534943c

Browse files
committed
chore(ci): uses hashes for osv-scanner
1 parent 802d293 commit 534943c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232
jobs:
3333
scan-scheduled:
3434
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
35-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8"
35+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@8dc09193bb540e09b23da07ad7e30bd33bf87018" # v2.3.8
3636
with:
3737
# Example of specifying custom arguments
3838
scan-args: |-
@@ -41,7 +41,7 @@ jobs:
4141
./
4242
scan-pr:
4343
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
44-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.8"
44+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@8dc09193bb540e09b23da07ad7e30bd33bf87018" # v2.3.8
4545
with:
4646
# Example of specifying custom arguments
4747
scan-args: |-

0 commit comments

Comments
 (0)