-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml from 3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 to ffa0a5f39214d80778c9b494822d94d0d9668458 #1310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,7 +39,7 @@ jobs: | |
| # full old/new osv-scanner JSON into job outputs unconditionally, tripping | ||
| # GitHub's 1,048,576-byte job-outputs cap and failing the run. Same nested | ||
| # action pins as v2.3.8; only the Export step is now conditional. | ||
| uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@3a7550f43ba5b58905a821ce3a0ed24c4858b3f4 # v2.3.8 + export-results gate | ||
| uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.3.8 + export-results gate | ||
|
Comment on lines
39
to
+42
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 Verify export-results gate persists at v2.5.1 The pin rationale relies on the (Refers to this code) Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| permissions: | ||
| actions: read | ||
| contents: read | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 Stale version label on bumped OSV pin
The
uses:pin is bumped toffa0a5f, a v2.5.1-based commit per the upstream history, but its trailing comment still reads# v2.3.8 + export-results gate. The label now misstates the pinned version.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.