Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/osv-scanner-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ permissions:

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"
Copy link
Copy Markdown

@kusari-inspector kusari-inspector Bot May 15, 2026

Choose a reason for hiding this comment

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

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

Loading