Bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 1.9.2 to 2.3.5#1149
Conversation
Kusari Analysis Results:Caution Flagged Issues Detected The dependency analysis found no issues. However, the code analysis identified a high-severity supply chain security risk in Note View full detailed analysis result for more information on the output and the checks that were run. Required Code MitigationsThe reusable workflow reference uses a mutable tag
|
| jobs: | ||
| scan-scheduled: | ||
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.2" | ||
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.5" |
There was a problem hiding this comment.
Issue: The reusable workflow reference uses a mutable tag v2.3.5 instead of a pinned immutable commit SHA. Tags can be reassigned to point to malicious commits, enabling supply chain compromise. Pin the reference to the full commit SHA corresponding to the v2.3.5 release of google/osv-scanner-action.
Recommended Code Changes:
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@<full-commit-sha> # v2.3.5
f11e0ce to
34a20ea
Compare
|
Kusari PR Analysis rerun based on - 34a20ea performed at: 2026-05-15T01:58:32Z - link to updated analysis |
34a20ea to
bf700f5
Compare
|
Kusari PR Analysis rerun based on - bf700f5 performed at: 2026-05-15T02:06:11Z - link to updated analysis |
….yml Bumps [google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml](https://github.com/google/osv-scanner-action) from 1.9.2 to 2.3.5. - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@v1.9.2...v2.3.5) --- 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-major ... Signed-off-by: dependabot[bot] <support@github.com>
bf700f5 to
bb6d801
Compare
|
Kusari PR Analysis rerun based on - bb6d801 performed at: 2026-05-15T02:18:02Z - link to updated analysis |
Bumps google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 1.9.2 to 2.3.5.
Release notes
Sourced from google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml's releases.
... (truncated)
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/485167538c5996e0Merge pull request #118 from google/update-to-v2.3.3f4fac92Update unified workflow example to point to v2.3.3 reusable workflows8ae4be8Update reusable workflows to point to v2.3.3 actions