Skip to content

Commit 09d2be1

Browse files
chore(deps): bump google/osv-scanner-action from 2.2.3 to 2.2.4 (#4862)
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 e3a0b96 commit 09d2be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ovs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
actions: read # Required to upload SARIF file to CodeQL
1818
security-events: write # Require writing security events to upload
1919
contents: read # for checkout
20-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730" # v2.2.3
20+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@9bb69575e74019c2ad085a1860787043adf47ccb" # v2.2.4

0 commit comments

Comments
 (0)