Skip to content

Commit 0a18975

Browse files
⬆️(deps): Update google/osv-scanner-action action to v2.2.4 (#1391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7b5688 commit 0a18975

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/gha.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 Cn0rDfuNlsG0naRPXRAU
99
actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 ZTERhL1FNPaoitPyTgsnA9lbOffV5BJ3FsNYFciQmGU=
1010
chains-project/maven-lockfile@05aeab3f62ea2a58fe670f64317d2f24546cc4ac ClCU/HHFzymvZoicI8yqwKzF9y+J8JZ90jh3zug2dJM=
1111
github/codeql-action@4e94bd11f71e507f7f87df81788dff88d1dacbfb 0kPivh6lMtOcCoSnlU9zjrGksJBXXQRZhbr9G+jZKww=
12-
google/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 65YdECo8eNRxRcyvKGn+sBH7rWVINaUc0x5wPyV9Q3w=
12+
google/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb 02gWjvvjKDLqqYT/YzdTI3aKQ3oO8uKPE39z353BQbA=
1313
jreleaser/release-action@ad73772277e63d9f2bbf4f24a7bb1300388334d7 uCAaYYuyjM4iq8qflqOt5SzivqVnl3ZXt7vI9BWpHAo=
1414
ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a oHo5wLG0ePY4IIiiNfo0MU1uYrDKDkeV7MpBTJ39dQg=
1515
stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 g4PCgPHeeaVpSPTRcoBKth4QnrZGGQXwBEoEAsAXivs=

.github/workflows/osv-scanner-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git submodule update --recursive
4949
5050
- name: "Run scanner on existing code"
51-
uses: google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
51+
uses: google/osv-scanner-action/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
5252
continue-on-error: true
5353
with:
5454
scan-args: |-
@@ -64,7 +64,7 @@ jobs:
6464
git submodule update --recursive
6565
6666
- name: "Run scanner on new code"
67-
uses: google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
67+
uses: google/osv-scanner-action/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
6868
with:
6969
scan-args: |-
7070
--format=json
@@ -73,7 +73,7 @@ jobs:
7373
continue-on-error: true
7474

7575
- name: "Run osv-scanner-reporter"
76-
uses: google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
76+
uses: google/osv-scanner-action/osv-reporter-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
7777
with:
7878
scan-args: |-
7979
--output=results.sarif

.github/workflows/osv-scanner-scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: chains-project/maven-lockfile/.github/actions/ghasum@05aeab3f62ea2a58fe670f64317d2f24546cc4ac # 5.8.1
4242

4343
- name: Run scanner
44-
uses: google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
44+
uses: google/osv-scanner-action/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
4545
continue-on-error: true
4646
with:
4747
scan-args: |-
@@ -51,7 +51,7 @@ jobs:
5151
./maven_plugin/pom.xml
5252
5353
- name: "Run osv-scanner-reporter"
54-
uses: google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
54+
uses: google/osv-scanner-action/osv-reporter-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
5555
with:
5656
scan-args: |-
5757
--output=results.sarif

0 commit comments

Comments
 (0)