Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

ci: bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.3 to 2.3.5#36

Merged
ethanolivertroy merged 1 commit intomainfrom
dependabot/github_actions/google/osv-scanner-action/dot-github/workflows/osv-scanner-reusable.yml-2.3.5
Apr 15, 2026
Merged

ci: bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.3 to 2.3.5#36
ethanolivertroy merged 1 commit intomainfrom
dependabot/github_actions/google/osv-scanner-action/dot-github/workflows/osv-scanner-reusable.yml-2.3.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.3.3 to 2.3.5.

Release notes

Sourced from google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml's releases.

v2.3.5

This updates OSV-Scanner to v2.3.5.

What's Changed

New Contributors

Full Changelog: google/osv-scanner-action@v2.3.3...v2.3.5

Commits
  • c518547 Merge pull request #124 from google/update-to-v2.3.5
  • 1fc5ec2 Update unified workflow example to point to v2.3.5 reusable workflows
  • 3d5827d Update reusable workflows to point to v2.3.5 actions
  • 7222d1c "Update actions to use v2.3.5 osv-scanner image"
  • a30b4c3 Merge pull request #120 from google/lsc-1771431861.8381045
  • 62f47c7 Fix missing env var after the initial change
  • b7ee968 Refactor Github Action per b/485167538
  • See full diff 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 Mar 29, 2026
@dependabot dependabot bot requested a review from ethanolivertroy as a code owner March 29, 2026 08:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 29, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 29, 2026 08:52
Copy link
Copy Markdown

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

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

security-events: write
contents: read
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c5996e0193a3df57d695c1b8a1dec2a4c62e8730" # v2.3.3
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@c51854704019a247608d928f370c98740469d4b5" # v2.3.5
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Inconsistent OSV Scanner version: scan-pr still pinned to v2.3.3 while scan-scheduled updated to v2.3.5

The PR updates the scan-scheduled job's commit hash to c51854704019a247608d928f370c98740469d4b5 (v2.3.5) but leaves the scan-pr job at c5996e0193a3df57d695c1b8a1dec2a4c62e8730 (v2.3.3) on line 21. Both jobs were previously pinned to the same v2.3.3 commit, indicating they should be kept in sync. This means PR scans will run a different (older) version of the scanner than push/scheduled scans, which could lead to inconsistent vulnerability detection results between the two jobs.

Prompt for agents
In .github/workflows/osv-scanner.yml, update line 21 (the scan-pr job) to also use the v2.3.5 commit hash, keeping both jobs consistent:

Line 21 should change from:
  uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@c5996e0193a3df57d695c1b8a1dec2a4c62e8730" # v2.3.3
to:
  uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@c51854704019a247608d928f370c98740469d4b5" # v2.3.5

This keeps both the scan-pr and scan-scheduled jobs pinned to the same version of the OSV scanner action.
Open in Devin Review

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

@ethanolivertroy
Copy link
Copy Markdown
Member

@dependabot rebase

…able.yml

Bumps [google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml](https://github.com/google/osv-scanner-action) from 2.3.3 to 2.3.5.
- [Release notes](https://github.com/google/osv-scanner-action/releases)
- [Commits](google/osv-scanner-action@c5996e0...c518547)

---
updated-dependencies:
- dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/google/osv-scanner-action/dot-github/workflows/osv-scanner-reusable.yml-2.3.5 branch from a3f0cca to dbdf997 Compare April 15, 2026 19:14
@ethanolivertroy ethanolivertroy merged commit bc26606 into main Apr 15, 2026
8 checks passed
@ethanolivertroy ethanolivertroy deleted the dependabot/github_actions/google/osv-scanner-action/dot-github/workflows/osv-scanner-reusable.yml-2.3.5 branch April 15, 2026 19:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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