Skip to content

🌱 Bump cloud.google.com/go/bigquery from 1.60.0 to 1.61.0 #9048

🌱 Bump cloud.google.com/go/bigquery from 1.60.0 to 1.61.0

🌱 Bump cloud.google.com/go/bigquery from 1.60.0 to 1.61.0 #9048

Workflow file for this run

# Copyright 2021 OpenSSF Scorecard Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: PR Verifier
on:
pull_request_target:
types: [opened, edited, reopened]
permissions: read-all
jobs:
verify:
permissions:
checks: write
name: Verify PR contents
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # v0.4.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}