Skip to content

chore: Update osv-scanner-unified-action.yml #17

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/osv-scanner-unified-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
actions: read
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
# If you want to copy this config, highly suggest pinning this version to a release rather than tracking the main branch
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@main"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@update-to-v2.0.0-beta2"
with:
# Just scan the root directory and docs, since everything else is fixtures
scan-args: |-
Expand All @@ -47,7 +47,7 @@ jobs:
actions: read
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
# If you want to copy this config, highly suggest pinning this version to a release rather than tracking the main branch
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@main"
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@update-to-v2.0.0-beta2"
with:
# Just scan the root directory and docs, since everything else is fixtures
scan-args: |-
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/google/osv-scanner/v2

Check failure on line 1 in go.mod

View workflow job for this annotation

GitHub Actions / scan-pr / osv-scan

go.mod +------------------+-------------------------------------+------+-----------------+---------------+ | PACKAGE | VULNERABILITY ID | CVSS | CURRENT VERSION | FIXED VERSION | +------------------+-------------------------------------+------+-----------------+---------------+ | golang.org/x/net | https://osv.dev/GO-2024-3333 | 8.7 | 0.32.0 | 0.33.0 | | | https://osv.dev/GHSA-w32m-9786-jp63 | | | | +------------------+-------------------------------------+------+-----------------+---------------+

go 1.23.6

Expand Down Expand Up @@ -31,7 +31,7 @@
github.com/tidwall/sjson v1.2.5
github.com/urfave/cli/v2 v2.27.5
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
golang.org/x/net v0.35.0
golang.org/x/net v0.32.0
golang.org/x/sync v0.11.0
golang.org/x/term v0.29.0
golang.org/x/vuln v1.1.3
Expand Down
Loading