Skip to content

Commit afa2aef

Browse files
committed
Update reusable workflows to point to v2.0.1 actions
1 parent 19734b4 commit afa2aef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/osv-scanner-reusable-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
git checkout $GITHUB_BASE_REF
6767
git submodule update --recursive
6868
- name: "Run scanner on existing code"
69-
uses: google/osv-scanner-action/osv-scanner-action@119c605e0e6e6c491e092da25b0c752d109b0b43 # v2.0.0
69+
uses: google/osv-scanner-action/osv-scanner-action@19734b480e0819e9fe058cb345d77fa08c55189f # v2.0.1
7070
continue-on-error: true
7171
with:
7272
scan-args: |-
@@ -79,15 +79,15 @@ jobs:
7979
git checkout -f $GITHUB_SHA
8080
git submodule update --recursive
8181
- name: "Run scanner on new code"
82-
uses: google/osv-scanner-action/osv-scanner-action@119c605e0e6e6c491e092da25b0c752d109b0b43 # v2.0.0
82+
uses: google/osv-scanner-action/osv-scanner-action@19734b480e0819e9fe058cb345d77fa08c55189f # v2.0.1
8383
with:
8484
scan-args: |-
8585
--format=json
8686
--output=${{ inputs.matrix-property }}new-results.json
8787
${{ inputs.scan-args }}
8888
continue-on-error: true
8989
- name: "Run osv-scanner-reporter"
90-
uses: google/osv-scanner-action/osv-reporter-action@119c605e0e6e6c491e092da25b0c752d109b0b43 # v2.0.0
90+
uses: google/osv-scanner-action/osv-reporter-action@19734b480e0819e9fe058cb345d77fa08c55189f # v2.0.1
9191
with:
9292
scan-args: |-
9393
--output=${{ inputs.matrix-property }}${{ inputs.results-file-name }}

.github/workflows/osv-scanner-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ jobs:
7272
name: "${{ inputs.download-artifact }}"
7373
path: "./"
7474
- name: "Run scanner"
75-
uses: google/osv-scanner-action/osv-scanner-action@119c605e0e6e6c491e092da25b0c752d109b0b43 # v2.0.0
75+
uses: google/osv-scanner-action/osv-scanner-action@19734b480e0819e9fe058cb345d77fa08c55189f # v2.0.1
7676
with:
7777
scan-args: |-
7878
--output=${{ inputs.matrix-property }}results.json
7979
--format=json
8080
${{ inputs.scan-args }}
8181
continue-on-error: true
8282
- name: "Run osv-scanner-reporter"
83-
uses: google/osv-scanner-action/osv-reporter-action@119c605e0e6e6c491e092da25b0c752d109b0b43 # v2.0.0
83+
uses: google/osv-scanner-action/osv-reporter-action@19734b480e0819e9fe058cb345d77fa08c55189f # v2.0.1
8484
with:
8585
scan-args: |-
8686
--output=${{ inputs.matrix-property }}${{ inputs.results-file-name }}

0 commit comments

Comments
 (0)