chore(deps): bump google/osv-scanner-action/osv-reporter-action from 8dc09193bb540e09b23da07ad7e30bd33bf87018 to ffa0a5f39214d80778c9b494822d94d0d9668458 - #1309
Conversation
| print(f"... {len(findings) - 50} additional {label} OSV finding(s) omitted from the log summary.") | ||
| - name: Report PR-introduced OSV findings | ||
| uses: google/osv-scanner-action/osv-reporter-action@8dc09193bb540e09b23da07ad7e30bd33bf87018 # v2.3.8 | ||
| uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.3.8 |
There was a problem hiding this comment.
🟡 Misleading version comment on bumped reporter pin
The reporter pin is bumped to ffa0a5f, which the PR's own commit list identifies as v2.5.1, but the trailing comment still reads # v2.3.8. The scanner-action steps remain pinned to v2.3.8, so the annotation is wrong and the reporter and scanner now run different versions.
| uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.3.8 | |
| uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.5.1 |
Was this helpful? React with 👍 or 👎 to provide feedback.
| uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.3.8 | ||
| with: | ||
| scan-args: | | ||
| --output=results.sarif |
There was a problem hiding this comment.
🔍 Reporter now newer than the scanner it consumes
The bumped reporter (v2.5.1 per ffa0a5f) reads JSON produced by scanner-action steps still pinned to v2.3.8. One bumped commit is "Fix JSON results export". Confirm the newer reporter still parses the older scanner's --old/--new JSON, since a format mismatch could break the vulnerability gate.
(Refers to this code)
Was this helpful? React with 👍 or 👎 to provide feedback.
5983b30 to
12bdd48
Compare
3bf7254 to
8ae4407
Compare
Bumps [google/osv-scanner-action/osv-reporter-action](https://github.com/google/osv-scanner-action) from 8dc09193bb540e09b23da07ad7e30bd33bf87018 to ffa0a5f39214d80778c9b494822d94d0d9668458. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@8dc0919...ffa0a5f) --- updated-dependencies: - dependency-name: google/osv-scanner-action/osv-reporter-action dependency-version: ffa0a5f39214d80778c9b494822d94d0d9668458 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
8ae4407 to
a6180fe
Compare
Bumps google/osv-scanner-action/osv-reporter-action from 8dc09193bb540e09b23da07ad7e30bd33bf87018 to ffa0a5f39214d80778c9b494822d94d0d9668458.
Commits
ffa0a5fMerge pull request #142 from google/fix-json-export-code259ba4aFix JSON results export6e4298eMerge pull request #141 from google/update-to-v2.5.15957b4eUpdate unified workflow example to point to v2.5.1 reusable workflows880d9b5Update reusable workflows to point to v2.5.1 actionsbaa4139"Update actions to use v2.5.1 osv-scanner image"f4cfcc0Merge pull request #117 from renovate-bot/renovate/workflowsdfd4cd1Update workflowse13f842Merge pull request #133 from renovate-bot/renovate/major-workflows8deb546Merge pull request #140 from google/update-to-v2.5.0