🐛 bump x/net, x/crypto and x/oauth2 go mods #3856
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: PR Verifier | |
on: | |
pull_request_target: | |
types: [opened, edited, reopened, synchronize] | |
permissions: {} | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
name: verify PR contents | |
permissions: | |
checks: write | |
steps: | |
- name: Verifier action | |
id: verifier | |
uses: kubernetes-sigs/kubebuilder-release-tools@012269a88fa4c034a0acf1ba84c26b195c0dbab4 # v0.4.3 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |