Skip to content

Commit 653f967

Browse files
Bump google/osv-scanner-action from 1.7.1 to 1.7.3 (#10)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.7.1 to 1.7.3. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@1f12429...75532bf) --- updated-dependencies: - dependency-name: google/osv-scanner-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 991df7a commit 653f967

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
@@ -29,7 +29,7 @@ permissions:
2929
jobs:
3030
scan-scheduled:
3131
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
32-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
32+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@75532bf0bf75464b047d80414dbce04449498365" # v1.7.3
3333
with:
3434
# Example of specifying custom arguments
3535
scan-args: |-
@@ -38,7 +38,7 @@ jobs:
3838
./
3939
scan-pr:
4040
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
41-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
41+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@75532bf0bf75464b047d80414dbce04449498365" # v1.7.3
4242
with:
4343
# Example of specifying custom arguments
4444
scan-args: |-

0 commit comments

Comments
 (0)