We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527fcc6 commit 1f545c6Copy full SHA for 1f545c6
.github/workflows/osv-scanner.yaml
@@ -21,14 +21,14 @@ jobs:
21
name: OSV scan scheduled
22
23
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
24
- uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.2.3
+ uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.2
25
with:
26
fail-on-vuln: false
27
28
scan-pr:
29
name: OSV scan PR
30
31
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
32
33
34
0 commit comments