Bump golang.org/x/crypto from 0.32.0 to 0.35.0 #264
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: OSV-Scanner PR Scan | |
| # Change "main" to your default branch if you use a different name, i.e. "master" | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| merge_group: | |
| branches: [ main ] | |
| # Declare default permissions as read only. | |
| permissions: | |
| actions: read | |
| contents: read | |
| # Require writing security events to upload SARIF file to security tab | |
| security-events: write | |
| jobs: | |
| scan-pr: | |
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.9.2" |