Skip to content

Commit 20c7e7e

Browse files
build(deps): bump google/osv-scanner-action from 1.9.1 to 1.9.2 (#388)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: google/osv-scanner-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe741a5 commit 20c7e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# https://github.com/google/osv-scanner-action
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@v1.9.1
35+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.2
3636
with:
3737
# Example of specifying custom arguments
3838
scan-args: |-
@@ -43,7 +43,7 @@ jobs:
4343
# https://github.com/google/osv-scanner-action
4444
scan-pr:
4545
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
46-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.9.1
46+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.9.2
4747
with:
4848
# Example of specifying custom arguments
4949
scan-args: |-

0 commit comments

Comments
 (0)