Skip to content

Commit 72b4d73

Browse files
Bump google/osv-scanner-action from 1.7.3 to 1.7.4 (#13)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@75532bf...ba0b4d1) --- 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 a45db20 commit 72b4d73

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@75532bf0bf75464b047d80414dbce04449498365" # v1.7.3
33+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@ba0b4d196d231340e0ae94ae00933c8be0984192" # v1.7.4
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@75532bf0bf75464b047d80414dbce04449498365" # v1.7.3
42+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@ba0b4d196d231340e0ae94ae00933c8be0984192" # v1.7.4
4343
with:
4444
# Example of specifying custom arguments
4545
scan-args: |-

0 commit comments

Comments
 (0)