Skip to content

Commit d4239ab

Browse files
Bump google/osv-scanner-action from 2.2.3 to 2.2.4 (#924)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 2.2.3 to 2.2.4. <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.2.4</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): update github/codeql-action action to v4 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/102">google/osv-scanner-action#102</a></li> <li>Update to v2.2.4 by <a href="https://github.com/another-rex"><code>@​another-rex</code></a> in <a href="https://redirect.github.com/google/osv-scanner-action/pull/103">google/osv-scanner-action#103</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/osv-scanner-action/compare/v2.2.3...v2.2.4">https://github.com/google/osv-scanner-action/compare/v2.2.3...v2.2.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/osv-scanner-action/commit/9bb69575e74019c2ad085a1860787043adf47ccb"><code>9bb6957</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/103">#103</a> from google/update-to-v2.2.4</li> <li><a href="https://github.com/google/osv-scanner-action/commit/74121ba1526587d465d2272f882c401985ff5eab"><code>74121ba</code></a> Update unified workflow example to point to v2.2.4 reusable workflows</li> <li><a href="https://github.com/google/osv-scanner-action/commit/ef6f278161933625ae65a409a858a83c4934e3f2"><code>ef6f278</code></a> Update reusable workflows to point to v2.2.4 actions</li> <li><a href="https://github.com/google/osv-scanner-action/commit/d510e7d909b203e4aa41380fa1e74c20cad9fadf"><code>d510e7d</code></a> &quot;Update actions to use v2.2.4 osv-scanner image&quot;</li> <li><a href="https://github.com/google/osv-scanner-action/commit/88da6c4b12e3962664704b4b3b82254df83919bc"><code>88da6c4</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/102">#102</a> from renovate-bot/renovate/major-workflows</li> <li><a href="https://github.com/google/osv-scanner-action/commit/bd508ad80a44ba40def38f0cb07ab8516f7f8752"><code>bd508ad</code></a> chore(deps): update github/codeql-action action to v4</li> <li>See full diff in <a href="https://github.com/google/osv-scanner-action/compare/e92b5d07338d4f0ba0981dffed17c48976ca4730...9bb69575e74019c2ad085a1860787043adf47ccb">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.2.3&new-version=2.2.4)](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 f738abc commit d4239ab

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
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Run OSV scanner on existing code
8080
# yamllint disable rule:line-length
81-
uses: google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
81+
uses: google/osv-scanner-action/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
8282
continue-on-error: true
8383
with:
8484
scan-args: |-
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Run OSV scanner on new code
9898
# yamllint disable rule:line-length
99-
uses: google/osv-scanner-action/osv-scanner-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
99+
uses: google/osv-scanner-action/osv-scanner-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
100100
continue-on-error: true
101101
with:
102102
scan-args: |-
@@ -108,7 +108,7 @@ jobs:
108108
109109
- name: Run the OSV scanner reporter for the job summary page
110110
# yamllint disable rule:line-length
111-
uses: google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
111+
uses: google/osv-scanner-action/osv-reporter-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
112112
with:
113113
scan-args: |-
114114
--output=markdown:output.md
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Run the OSV scanner reporter for the code-scanning dashboard
123123
# yamllint disable rule:line-length
124-
uses: google/osv-scanner-action/osv-reporter-action@e92b5d07338d4f0ba0981dffed17c48976ca4730 # v2.2.3
124+
uses: google/osv-scanner-action/osv-reporter-action@9bb69575e74019c2ad085a1860787043adf47ccb # v2.2.4
125125
with:
126126
scan-args: |-
127127
--output=osv-results.sarif

0 commit comments

Comments
 (0)