[release-1.5] 🌱 Bump golang to v1.21.9 and golang.org/x/net to mitigate CVE-2023-45288 #13011
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: verify | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize, reopened] | |
permissions: | |
checks: write # Allow access to checks to write check runs. | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
name: verify PR contents | |
steps: | |
- name: Verifier action | |
id: verifier | |
uses: kubernetes-sigs/kubebuilder-release-tools@4f3d1085b4458a49ed86918b4b55505716715b77 # tag=v0.3.0 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |