Skip to content

chore(deps): bump google/osv-scanner-action/osv-reporter-action from 8dc09193bb540e09b23da07ad7e30bd33bf87018 to ffa0a5f39214d80778c9b494822d94d0d9668458 - #1309

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/main/google/osv-scanner-action/osv-reporter-action-ffa0a5f39214d80778c9b494822d94d0d9668458
Open

chore(deps): bump google/osv-scanner-action/osv-reporter-action from 8dc09193bb540e09b23da07ad7e30bd33bf87018 to ffa0a5f39214d80778c9b494822d94d0d9668458#1309
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/main/google/osv-scanner-action/osv-reporter-action-ffa0a5f39214d80778c9b494822d94d0d9668458

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps google/osv-scanner-action/osv-reporter-action from 8dc09193bb540e09b23da07ad7e30bd33bf87018 to ffa0a5f39214d80778c9b494822d94d0d9668458.

Commits
  • ffa0a5f Merge pull request #142 from google/fix-json-export-code
  • 259ba4a Fix JSON results export
  • 6e4298e Merge pull request #141 from google/update-to-v2.5.1
  • 5957b4e Update unified workflow example to point to v2.5.1 reusable workflows
  • 880d9b5 Update reusable workflows to point to v2.5.1 actions
  • baa4139 "Update actions to use v2.5.1 osv-scanner image"
  • f4cfcc0 Merge pull request #117 from renovate-bot/renovate/workflows
  • dfd4cd1 Update workflows
  • e13f842 Merge pull request #133 from renovate-bot/renovate/major-workflows
  • 8deb546 Merge pull request #140 from google/update-to-v2.5.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner August 24, 2026 14:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 24, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

Open in Devin Review

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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.

Suggested change
uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.3.8
uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.5.1
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment on lines +192 to 195
uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.3.8
with:
scan-args: |
--output=results.sarif

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 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)

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/main/google/osv-scanner-action/osv-reporter-action-ffa0a5f39214d80778c9b494822d94d0d9668458 branch 7 times, most recently from 5983b30 to 12bdd48 Compare August 25, 2026 21:50
@seonghobae
seonghobae enabled auto-merge (squash) August 25, 2026 22:29
@opencode-agent
opencode-agent Bot disabled auto-merge August 26, 2026 00:03
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/main/google/osv-scanner-action/osv-reporter-action-ffa0a5f39214d80778c9b494822d94d0d9668458 branch 4 times, most recently from 3bf7254 to 8ae4407 Compare August 26, 2026 19:40
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>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/main/google/osv-scanner-action/osv-reporter-action-ffa0a5f39214d80778c9b494822d94d0d9668458 branch from 8ae4407 to a6180fe Compare August 26, 2026 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants