Skip to content

ci: bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 to 9fd1bcce27f67e3bd819a0a7620e332803dc43bc - #426

Closed
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-9fd1bcce27f67e3bd819a0a7620e332803dc43bc
Closed

ci: bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 to 9fd1bcce27f67e3bd819a0a7620e332803dc43bc#426
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-9fd1bcce27f67e3bd819a0a7620e332803dc43bc

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Commits
  • 9fd1bcc Merge pull request #138 from google/fix/gotoolchain-auto
  • 01a87d5 fix: add GOTOOLCHAIN=auto env to osv-scanner calls
  • a82132c Merge pull request #135 from google/fix-zizmor-excessive-permissions
  • 272ff57 fix: address zizmor template injection warnings
  • 10621fb refactor: move permissions to job level to satisfy zizmor
  • fa4ff67 Merge pull request #131 from BeyondEvil/feat/add-runs-on-input
  • e3f946a feat: add runs-on input to reusable workflows
  • b8ac13f Merge pull request #127 from SVilgelm/patch-1
  • 05957d4 Merge pull request #130 from google/gate-outputs-with-flag-20260519
  • f6fb127 Pin download-artifact action to SHA
  • See full diff 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)

…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 9fd1bcce27f67e3bd819a0a7620e332803dc43bc.
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@3a7550f...9fd1bcc)

---
updated-dependencies:
- dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml
  dependency-version: 9fd1bcce27f67e3bd819a0a7620e332803dc43bc
  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 Aug 4, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner August 4, 2026 06:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 4, 2026
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@github-actions[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 33 seconds

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1f7ec467-1516-4f8e-9121-47a88e454c19

📥 Commits

Reviewing files that changed from the base of the PR and between 74a5e99 and 3a9c17a.

📒 Files selected for processing (1)
  • .github/workflows/osvscanner.yml

Comment @coderabbitai help to get the list of available commands.

@seonghobae seonghobae 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.

Reviewed exact head 3a9c17a252cdb207839d49fd45fac214218dabf8. The PR changes only the SHA-pinned OSV reusable workflow reference. The upstream target 9fd1bcce27f67e3bd819a0a7620e332803dc43bc is the Google repository merge that adds GOTOOLCHAIN=auto to OSV scanner invocations while retaining the scanner action and container at immutable v2.3.8 SHAs. No permission expansion or mutable tag was introduced. Approved subject to a clean exact-head rebase onto the protected base and all required checks.

@seonghobae
seonghobae enabled auto-merge (squash) August 4, 2026 10:57

Copy link
Copy Markdown
Contributor

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@seonghobae seonghobae 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.

Exact-head reusable-workflow review reconfirmed. The OSV Scanner reusable workflow is pinned to the reviewed immutable upstream commit containing the Go toolchain, permission, artifact pinning, and template-injection hardening. No actionable finding remains.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

@coderabbitai review

Protected commercial-readiness pass reconfirmed exact head 3a9c17a252cdb207839d49fd45fac214218dabf8. Required checks, independent reviews, and branch protection remain authoritative.

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

@github-actions[bot] I will review the current pull request head. Protected checks and branch protection remain authoritative.

✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@opencode-agent opencode-agent 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.

Pull request overview

OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.

Findings

1. HIGH Current-head GitHub Checks - Fix failed required checks before approval

  • Problem: Failed same-head checks remain for 3a9c17a252cdb207839d49fd45fac214218dabf8.
  • Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
  • Fix: Read and fix the failed check logs below, then rerun the current-head checks.
  • Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.

Failed checks:

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Workflow: osvscanner.yml"]
  S1 --> I1["GitHub Actions review job"]
  I1 --> R1["Review risk: Workflow: osvscanner.yml"]
  R1 --> V1["actionlint plus required checks"]
Loading

@opencode-agent

opencode-agent Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 3a9c17a252cdb207839d49fd45fac214218dabf8
  • Workflow run: 30927929973
  • Workflow attempt: 1
  • Gate result: REQUEST_CHANGES (approval step)

Pull request overview

OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.

Findings

1. HIGH Current-head GitHub Checks - Fix failed required checks before approval

  • Problem: Failed same-head checks remain for 3a9c17a252cdb207839d49fd45fac214218dabf8.
  • Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
  • Fix: Read and fix the failed check logs below, then rerun the current-head checks.
  • Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.

Failed checks:

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Workflow: osvscanner.yml"]
  S1 --> I1["GitHub Actions review job"]
  I1 --> R1["Review risk: Workflow: osvscanner.yml"]
  R1 --> V1["actionlint plus required checks"]
Loading

@opencode-agent
opencode-agent Bot disabled auto-merge August 4, 2026 18:13
@seonghobae
seonghobae enabled auto-merge (squash) August 4, 2026 23:26
@opencode-agent
opencode-agent Bot disabled auto-merge August 4, 2026 23:36
@seonghobae
seonghobae enabled auto-merge (squash) August 5, 2026 07:22
@opencode-agent
opencode-agent Bot disabled auto-merge August 5, 2026 09:21
@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #470.

@dependabot dependabot Bot closed this Aug 11, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/develop/google/osv-scanner-action/dot-github/workflows/osv-scanner-reusable-pr.yml-9fd1bcce27f67e3bd819a0a7620e332803dc43bc branch August 11, 2026 06:49
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.

1 participant