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

Commit 3f26068

Browse files
Bump google/osv-scanner-action from 1.7.4 to 1.8.1 (#53677)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 1.7.4 to 1.8.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/osv-scanner-action/commit/3c399db9dd6dd8106a27d280d53c55077d3f7cea"><code>3c399db</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/29">#29</a> from google/update-to-v1.8.1</li> <li><a href="https://github.com/google/osv-scanner-action/commit/3ea235ac683b304b60d57feda8f2c9200d307c87"><code>3ea235a</code></a> Update unified workflow example to point to v1.8.1 reusable workflows</li> <li><a href="https://github.com/google/osv-scanner-action/commit/6d2b388dfd698241547c91007c380a52e5155ff7"><code>6d2b388</code></a> Update reusable workflows to point to v1.8.1 actions</li> <li><a href="https://github.com/google/osv-scanner-action/commit/cd72c04b43d9a3dbc85e56c1205e4d9b0e6a379b"><code>cd72c04</code></a> Update actions to use v1.8.1 osv-scanner image</li> <li><a href="https://github.com/google/osv-scanner-action/commit/f0e45d2960258cf40285d596a10f817af70af1f7"><code>f0e45d2</code></a> Update workflows (<a href="https://redirect.github.com/google/osv-scanner-action/issues/19">#19</a>)</li> <li><a href="https://github.com/google/osv-scanner-action/commit/f92c263791e7958ebe88429d810541048a2275bd"><code>f92c263</code></a> Update workflows to v1.7.4 (<a href="https://redirect.github.com/google/osv-scanner-action/issues/25">#25</a>)</li> <li>See full diff in <a href="https://github.com/google/osv-scanner-action/compare/v1.7.4...v1.8.1">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.7.4&new-version=1.8.1)](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 a2c40b4 commit 3f26068

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/osv-scanner-reusable.yml@v1.7.4"
44+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.1"
4545
with:
4646
# Download the artifact uploaded in extract-deps step
4747
download-artifact: osv-lockfile-${{github.sha}}

0 commit comments

Comments
 (0)