diff --git a/.github/workflows/osv-scanner-unified-action.yml b/.github/workflows/osv-scanner-unified-action.yml index 3d4e84ea704..aee9477b942 100644 --- a/.github/workflows/osv-scanner-unified-action.yml +++ b/.github/workflows/osv-scanner-unified-action.yml @@ -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: |- @@ -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: |- diff --git a/go.mod b/go.mod index 6c2bfd5d747..cf938e5bb35 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( 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