Skip to content

Commit 957c13a

Browse files
Bump google/osv-scanner-action from 2.0.3 to 2.1.0 (#1091)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 2.0.3 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/osv-scanner-action/releases">google/osv-scanner-action's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): update github/codeql-action action to v3.29.0 by <a href="https://github.com/renovate-bot"><code>@​renovate-bot</code></a> in <a href="https://redirect.github.com/google/osv-scanner-action/pull/76">google/osv-scanner-action#76</a></li> <li>Update to v2.1.0 by <a href="https://github.com/michaelkedar"><code>@​michaelkedar</code></a> in <a href="https://redirect.github.com/google/osv-scanner-action/pull/81">google/osv-scanner-action#81</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/osv-scanner-action/compare/v2.0.3...v2.1.0">https://github.com/google/osv-scanner-action/compare/v2.0.3...v2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/osv-scanner-action/commit/b00f71e051ddddc6e46a193c31c8c0bf283bf9e6"><code>b00f71e</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/81">#81</a> from google/update-to-v2.1.0</li> <li><a href="https://github.com/google/osv-scanner-action/commit/2c241cbab572797753bccd9488c77c8ab77e00af"><code>2c241cb</code></a> Update unified workflow example to point to v2.1.0 reusable workflows</li> <li><a href="https://github.com/google/osv-scanner-action/commit/a36abfb324b4047484494c918df822a43e62035a"><code>a36abfb</code></a> Update reusable workflows to point to v2.1.0 actions</li> <li><a href="https://github.com/google/osv-scanner-action/commit/ce923d29da58ad12e6a700ddb9879fb7ecd1878e"><code>ce923d2</code></a> Update actions to use v2.1.0 osv-scanner image</li> <li><a href="https://github.com/google/osv-scanner-action/commit/9ab005e9d913f2bbccc67bdd3e2f69d2420b5f1e"><code>9ab005e</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/76">#76</a> from renovate-bot/renovate/workflows</li> <li><a href="https://github.com/google/osv-scanner-action/commit/79316138c8171b9ac01c76b6757e22d1e8d989fc"><code>7931613</code></a> chore(deps): update github/codeql-action action to v3.29.0</li> <li>See full diff in <a href="https://github.com/google/osv-scanner-action/compare/40a8940a65eab1544a6af759e43d936201a131a2...b00f71e051ddddc6e46a193c31c8c0bf283bf9e6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google/osv-scanner-action&package-manager=github_actions&previous-version=2.0.3&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e6bb69 commit 957c13a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/osv-scanner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Run OSV scanner on existing code
8484
# yamllint disable rule:line-length
85-
uses: google/osv-scanner-action/osv-scanner-action@40a8940a65eab1544a6af759e43d936201a131a2 # v2.0.3
85+
uses: google/osv-scanner-action/osv-scanner-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
8686
continue-on-error: true
8787
with:
8888
scan-args: |-
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Run OSV scanner on new code
101101
# yamllint disable rule:line-length
102-
uses: google/osv-scanner-action/osv-scanner-action@40a8940a65eab1544a6af759e43d936201a131a2 # v2.0.3
102+
uses: google/osv-scanner-action/osv-scanner-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
103103
continue-on-error: true
104104
with:
105105
scan-args: |-
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Run the OSV scanner reporter
112112
# yamllint disable rule:line-length
113-
uses: google/osv-scanner-action/osv-reporter-action@40a8940a65eab1544a6af759e43d936201a131a2 # v2.0.3
113+
uses: google/osv-scanner-action/osv-reporter-action@b00f71e051ddddc6e46a193c31c8c0bf283bf9e6 # v2.1.0
114114
with:
115115
scan-args: |-
116116
--output=osv-results.sarif

0 commit comments

Comments
 (0)