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 Apr 15, 2026
Conversation
| 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 |
There was a problem hiding this comment.
🟡 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
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>
a3f0cca to
dbdf997
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Commits
c518547Merge pull request #124 from google/update-to-v2.3.51fc5ec2Update unified workflow example to point to v2.3.5 reusable workflows3d5827dUpdate reusable workflows to point to v2.3.5 actions7222d1c"Update actions to use v2.3.5 osv-scanner image"a30b4c3Merge pull request #120 from google/lsc-1771431861.838104562f47c7Fix missing env var after the initial changeb7ee968Refactor Github Action per b/485167538