Skip to content

Commit 2b6805f

Browse files
Bump google/osv-scanner-action from 6c57776178c26313323dcdf6c082ed195314fd17 to 456ceb78310755116e0a3738121351006286b797 (#1106)
Bumps [google/osv-scanner-action](https://github.com/google/osv-scanner-action) from 6c57776178c26313323dcdf6c082ed195314fd17 to 456ceb78310755116e0a3738121351006286b797. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/osv-scanner-action/commit/456ceb78310755116e0a3738121351006286b797"><code>456ceb7</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/91">#91</a> from google/update-to-v2.2.1</li> <li><a href="https://github.com/google/osv-scanner-action/commit/233fa8e7e65e11f2034e681768c97a5098d6d235"><code>233fa8e</code></a> Update unified workflow example to point to v2.2.1 reusable workflows</li> <li><a href="https://github.com/google/osv-scanner-action/commit/8878e971307bf39737f9a806b05c27485055524d"><code>8878e97</code></a> Update reusable workflows to point to v2.2.1 actions</li> <li><a href="https://github.com/google/osv-scanner-action/commit/6580e6c1859f468adbb41036916ed6b8d6b49a24"><code>6580e6c</code></a> &quot;Update actions to use v2.2.1 osv-scanner image&quot;</li> <li><a href="https://github.com/google/osv-scanner-action/commit/79f88c256c9aaa1e3188f77b6919c5da244d4a01"><code>79f88c2</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/90">#90</a> from google/fix-update-script</li> <li><a href="https://github.com/google/osv-scanner-action/commit/63b1aa2b542b0678094da58470caed720134268a"><code>63b1aa2</code></a> Use the right and</li> <li><a href="https://github.com/google/osv-scanner-action/commit/eecdbcc17c0df3d5be845d16cd7f9ff1cca6f0fc"><code>eecdbcc</code></a> Fix variable name</li> <li><a href="https://github.com/google/osv-scanner-action/commit/ba543a92a0e09aea548f776e73fae228e0c5ced4"><code>ba543a9</code></a> fix: Allow the update script to contain previous tags</li> <li><a href="https://github.com/google/osv-scanner-action/commit/d576d6dd69850f7d8a616097344cd1b3cb4b988e"><code>d576d6d</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/79">#79</a> from jess-lowe/jess-lowe-patch-1</li> <li><a href="https://github.com/google/osv-scanner-action/commit/4c3b1e98ac7a52465edd980c1bf0430c2fb88691"><code>4c3b1e9</code></a> Merge pull request <a href="https://redirect.github.com/google/osv-scanner-action/issues/80">#80</a> from jess-lowe/jess-lowe-patch-2</li> <li>Additional commits viewable in <a href="https://github.com/google/osv-scanner-action/compare/6c57776178c26313323dcdf6c082ed195314fd17...456ceb78310755116e0a3738121351006286b797">compare view</a></li> </ul> </details> <br /> 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 39667a6 commit 2b6805f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@6c57776178c26313323dcdf6c082ed195314fd17 # v2.2.1
85+
uses: google/osv-scanner-action/osv-scanner-action@456ceb78310755116e0a3738121351006286b797 # v2.2.1
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@6c57776178c26313323dcdf6c082ed195314fd17 # v2.2.1
102+
uses: google/osv-scanner-action/osv-scanner-action@456ceb78310755116e0a3738121351006286b797 # v2.2.1
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@6c57776178c26313323dcdf6c082ed195314fd17 # v2.2.1
113+
uses: google/osv-scanner-action/osv-reporter-action@456ceb78310755116e0a3738121351006286b797 # v2.2.1
114114
with:
115115
scan-args: |-
116116
--output=osv-results.sarif

0 commit comments

Comments
 (0)