Skip to content

Commit

Permalink
chore(deps): Bump google/osv-scanner-action from 1.8.2 to 1.8.3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 8, 2024
2 parents c238bd1 + 8385702 commit b658e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osv_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ permissions:
jobs:
scan-scheduled:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@7ac94f9d40028db4cacf8d53adec6626f5d3d2f7" # v1.8.2
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c615bb556a9a61495d218c7d439e7c8abbbfb151" # v1.8.3
with:
# Example of specifying custom arguments
scan-args: |-
Expand All @@ -54,7 +54,7 @@ jobs:
./
scan-pr:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@7ac94f9d40028db4cacf8d53adec6626f5d3d2f7" # v1.8.2
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@c615bb556a9a61495d218c7d439e7c8abbbfb151" # v1.8.3
with:
# Example of specifying custom arguments
scan-args: |-
Expand Down

0 comments on commit b658e35

Please sign in to comment.