Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9054eb4

Browse files
Bump google/osv-scanner-action from 1.8.2 to 1.8.3 (#54526)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.8.2 to 1.8.3. <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>v1.8.3</h2> <h2>What's Changed</h2> <ul> <li>Now uses OSV-Scanner v1.8.3, see <a href="https://github.com/google/osv-scanner/blob/main/CHANGELOG.md">https://github.com/google/osv-scanner/blob/main/CHANGELOG.md</a> for full changelog.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hogo6002"><code>@�hogo6002</code></a> made their first contribution in <a href="https://redirect.github.com/google/osv-scanner-action/pull/37">google/osv-scanner-action#37</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/osv-scanner-action/compare/v1.8.2...v1.8.3">https://github.com/google/osv-scanner-action/compare/v1.8.2...v1.8.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/osv-scanner-action/commit/c615bb556a9a61495d218c7d439e7c8abbbfb151"><code>c615bb5</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/37">#37</a> from google/update-to-v1.8.3</li> <li><a href="https://github.com/google/osv-scanner-action/commit/48885be852dfeaaae377be69dec2a426d0baf8fc"><code>48885be</code></a> Update unified workflow example to point to v1.8.3 reusable workflows</li> <li><a href="https://github.com/google/osv-scanner-action/commit/6bd271cb6a4c61522812ff2e7f7719cadf74f685"><code>6bd271c</code></a> Update reusable workflows to point to v1.8.3 actions</li> <li><a href="https://github.com/google/osv-scanner-action/commit/01ff5d1fb3f81ce02671051bcbef67347b5c6200"><code>01ff5d1</code></a> Update actions to use v1.8.3 osv-scanner image</li> <li>See full diff in <a href="https://github.com/google/osv-scanner-action/compare/v1.8.2...v1.8.3">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=1.8.2&new-version=1.8.3)](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`. --- <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>
1 parent affc002 commit 9054eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: Vulnerability scanning
4242
needs:
4343
extract-deps
44-
uses: "google/osv-scanner-action/.github/workflows/[email protected].2"
44+
uses: "google/osv-scanner-action/.github/workflows/[email protected].3"
4545
with:
4646
# Download the artifact uploaded in extract-deps step
4747
download-artifact: osv-lockfile-${{github.sha}}

0 commit comments

Comments
 (0)