Skip to content

Commit e274e9c

Browse files
chore(deps): bump google/osv-scanner-action in the github-actions group
Bumps the github-actions group with 1 update: [google/osv-scanner-action](https://github.com/google/osv-scanner-action). Updates `google/osv-scanner-action` from 1.9.2 to 2.0.0 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@764c918...98b584e) --- updated-dependencies: - dependency-name: google/osv-scanner-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f33704 commit e274e9c

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
@@ -57,7 +57,7 @@ permissions:
5757
jobs:
5858
scan-scheduled:
5959
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
60-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@764c91816374ff2d8fc2095dab36eecd42d61638" # v1.9.2
60+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@98b584ee2ed2da3935ccce10e06739d54cdcd20b" # v2.0.0
6161
with:
6262
# Example of specifying custom arguments
6363
scan-args: |-
@@ -67,7 +67,7 @@ jobs:
6767
--fail-on-vuln=false
6868
scan-pr:
6969
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
70-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@764c91816374ff2d8fc2095dab36eecd42d61638" # v1.9.2
70+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@98b584ee2ed2da3935ccce10e06739d54cdcd20b" # v2.0.0
7171
with:
7272
# Example of specifying custom arguments
7373
scan-args: |-

0 commit comments

Comments
 (0)