Bump cloud.google.com/go/bigquery from 1.59.1 to 1.62.0 in /function/loader in the loader-minor-updates group #199
Workflow file for this run
This file contains 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: | ||
# Only need to read contents | ||
contents: read | ||
# Require writing security events to upload SARIF file to security tab | ||
security-events: write | ||
jobs: | ||
scan-pr: | ||
Check failure on line 18 in .github/workflows/osv-scanner-pr.yml GitHub Actions / OSV-Scanner PR ScanInvalid workflow file
|
||
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.8.4" |