Skip to content

Commit b3f6f3c

Browse files
[GitHub Actions] Update google/osv-scanner-action action to v2.3.8 (#60)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent b06cc1a commit b3f6f3c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
actions: read
175175
security-events: write
176176

177-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.5
177+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.8
178178
with:
179179
fail-on-vuln: true
180180
scan-args: |-
@@ -191,7 +191,7 @@ jobs:
191191
actions: read
192192
security-events: write
193193

194-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.5
194+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8
195195
with:
196196
fail-on-vuln: true
197197
scan-args: |-

.github/workflows/security-scan-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
security-scan-osv:
102102
name: 🔐 Security Scan OSV
103103

104-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.5
104+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8
105105
with:
106106
fail-on-vuln: true
107107
scan-args: |-

0 commit comments

Comments
 (0)