Skip to content

Commit eee30f5

Browse files
dependabot[bot]henvic
authored andcommitted
chore(deps): bump google/osv-scanner-action from 1.7.1 to 1.8.1
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@1f12429...3c399db) --- updated-dependencies: - dependency-name: google/osv-scanner-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5280e9 commit eee30f5

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
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
3131
scan-scheduled:
3232
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
33-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
33+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@3c399db9dd6dd8106a27d280d53c55077d3f7cea" # v1.8.1
3434
with:
3535
# Example of specifying custom arguments
3636
scan-args: |-
@@ -39,7 +39,7 @@ jobs:
3939
./
4040
scan-pr:
4141
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
42-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78" # v1.7.1
42+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@3c399db9dd6dd8106a27d280d53c55077d3f7cea" # v1.8.1
4343
with:
4444
# Example of specifying custom arguments
4545
scan-args: |-

0 commit comments

Comments
 (0)