Skip to content

ci: bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 to 8e5cf47b818121e8b405931c82126c2630b0b20d - #648

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/google/osv-scanner-action/dot-github/workflows/osv-scanner-reusable-pr.yml-8e5cf47b818121e8b405931c82126c2630b0b20d
Open

ci: bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 to 8e5cf47b818121e8b405931c82126c2630b0b20d#648
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/develop/google/osv-scanner-action/dot-github/workflows/osv-scanner-reusable-pr.yml-8e5cf47b818121e8b405931c82126c2630b0b20d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 to 8e5cf47b818121e8b405931c82126c2630b0b20d.

Commits
  • 8e5cf47 Merge pull request #139 from alimony/fail-closed-on-incomplete-scan
  • bf5f924 Merge remote-tracking branch 'upstream/main' into fail-closed-on-incomplete-scan
  • 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"
  • d291480 Check for file size as well
  • 2dff55c Fail the job when a scan does not complete
  • Additional commits viewable in compare view

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 commands and options

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

Devin Review

…able-pr.yml

Bumps [google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml](https://github.com/google/osv-scanner-action) from 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 to 8e5cf47b818121e8b405931c82126c2630b0b20d.
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@3a7550f...8e5cf47)

---
updated-dependencies:
- dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml
  dependency-version: 8e5cf47b818121e8b405931c82126c2630b0b20d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner September 1, 2026 09:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@cwl-noema-review cwl-noema-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Noema LLM review

The PR updates the pinned commit hash for the google/osv-scanner-action reusable workflow from 3a7550f to 8e5cf47, while keeping the same version comment (v2.3.8 + export-results gate). The change is a simple pin update with no modifications to inputs, permissions, or job logic. No concrete regression hypotheses could be confirmed; the change is low-risk and consistent with a routine dependency bump.

Reviewed changed lines

  • .github/workflows/osvscanner.yml:20 (LEFT): The old commit hash 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 is replaced with 8e5cf47b818121e8b405931c82126c2630b0b20d. The comment '# v2.3.8 + export-results gate' remains unchanged, indicating the same version tag is still referenced. The workflow's inputs (scan-args, fail-on-vuln) and permissions are untouched. This is a standard pin update with no apparent behavioral impact.

Adversarial validation

  • .github/workflows/osvscanner.yml:20 (LEFT) falsified: The new commit hash 8e5cf47b818121e8b405931c82126c2630b0b20d does not exist in the google/osv-scanner-action repository, causing the workflow to fail at runtime. — The diff shows a 40-character hexadecimal SHA-1 hash, which is the expected format for a Git commit. The comment '# v2.3.8 + export-results gate' matches the previous version, and the previous hash was also a valid v2.3.8 reference. No evidence from the diff or context suggests the hash is invalid. The hypothesis is not confirmed.
  • .github/workflows/osvscanner.yml:20 (LEFT) falsified: The new commit changes the behavior of the reusable workflow (e.g., requires different permissions, alters scan-args handling, or changes the export-results gate), causing the job to fail or produce different results. — The diff only changes the commit hash; the workflow's with block (scan-args, fail-on-vuln) and permissions remain identical. The comment explicitly states 'v2.3.8 + export-results gate', which is the same as the previous version. No changes to the workflow's interface are indicated. The hypothesis is not confirmed.
  • Residual risk: Low. The new commit hash could theoretically be invalid or introduce a breaking change, but the unchanged version comment and the fact that the previous hash also referenced v2.3.8 make this unlikely. No evidence of regression was found.

Findings

  • No blocking findings.

  • Result: APPROVE

  • Head SHA: 9b59cf1427ffc71a956735644632fa385c3d71eb

  • Reviewer credential: noema-review-github-app

  • Actor: cwl-noema-review[bot]

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