Skip to content

Commit 73b3d53

Browse files
Bump google/osv-scanner-action in the all-actions group
Bumps the all-actions group with 1 update: [google/osv-scanner-action](https://github.com/google/osv-scanner-action). Updates `google/osv-scanner-action` from 2.2.3 to 2.2.4 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@v2.2.3...v2.2.4) --- updated-dependencies: - dependency-name: google/osv-scanner-action dependency-version: 2.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3d1f45 commit 73b3d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vulnerability-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
scan-scheduled:
2424
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
25-
uses: "google/osv-scanner-action/.github/workflows/[email protected].3"
25+
uses: "google/osv-scanner-action/.github/workflows/[email protected].4"
2626
scan-pr:
2727
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
28-
uses: "google/osv-scanner-action/.github/workflows/[email protected].3"
28+
uses: "google/osv-scanner-action/.github/workflows/[email protected].4"

0 commit comments

Comments
 (0)