-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump google/osv-scanner-action/osv-reporter-action from 8dc09193bb540e09b23da07ad7e30bd33bf87018 to ffa0a5f39214d80778c9b494822d94d0d9668458 #1309
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
base: main
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -189,7 +189,7 @@ jobs: | |
| if len(findings) > 50: | ||
| print(f"... {len(findings) - 50} additional {label} OSV finding(s) omitted from the log summary.") | ||
| - name: Report PR-introduced OSV findings | ||
| uses: google/osv-scanner-action/osv-reporter-action@8dc09193bb540e09b23da07ad7e30bd33bf87018 # v2.3.8 | ||
| uses: google/osv-scanner-action/osv-reporter-action@ffa0a5f39214d80778c9b494822d94d0d9668458 # v2.3.8 | ||
| with: | ||
| scan-args: | | ||
| --output=results.sarif | ||
|
Comment on lines
+192
to
195
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. 🔍 Reporter now newer than the scanner it consumes The bumped reporter (v2.5.1 per (Refers to this code) Was this helpful? React with 👍 or 👎 to provide feedback. |
||
|
|
||
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.
🟡 Misleading version comment on bumped reporter pin
The reporter pin is bumped to
ffa0a5f, which the PR's own commit list identifies as v2.5.1, but the trailing comment still reads# v2.3.8. The scanner-action steps remain pinned to v2.3.8, so the annotation is wrong and the reporter and scanner now run different versions.Was this helpful? React with 👍 or 👎 to provide feedback.