We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926d7e6 commit 5b52f80Copy full SHA for 5b52f80
1 file changed
.github/workflows/osv-scanner.yml
@@ -31,7 +31,7 @@ permissions:
31
jobs:
32
scan-scheduled:
33
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
34
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c51854704019a247608d928f370c98740469d4b5" # v2.3.5
+ uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@9a498708959aeaef5ef730655706c5a1df1edbc2" # v2.3.8
35
with:
36
# Example of specifying custom arguments
37
scan-args: |-
0 commit comments