Skip to content

Commit c636c34

Browse files
Bump google/osv-scanner-action from 2.1.0 to 2.2.3
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 2.1.0 to 2.2.3. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@b00f71e...e92b5d0) --- updated-dependencies: - dependency-name: google/osv-scanner-action dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 403f5e1 commit c636c34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/osv-scanner.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Run OSV scanner on existing code
8181
# yamllint disable rule:line-length
82-
uses: google/osv-scanner-action/osv-scanner-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
82+
uses: google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
8383
continue-on-error: true
8484
with:
8585
scan-args: |-
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Run OSV scanner on new code
9999
# yamllint disable rule:line-length
100-
uses: google/osv-scanner-action/osv-scanner-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
100+
uses: google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
101101
continue-on-error: true
102102
with:
103103
scan-args: |-
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Run the OSV scanner reporter for the job summary page
111111
# yamllint disable rule:line-length
112-
uses: google/osv-scanner-action/osv-reporter-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
112+
uses: google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
113113
with:
114114
scan-args: |-
115115
--output=markdown:output.md
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Run the OSV scanner reporter for the code-scanning dashboard
124124
# yamllint disable rule:line-length
125-
uses: google/osv-scanner-action/osv-reporter-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
125+
uses: google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
126126
with:
127127
scan-args: |-
128128
--output=osv-results.sarif

0 commit comments

Comments
 (0)