chore: bump golang from 23ad9fe
to 26c7537
in /test/image (#3069)
#514
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: "CodeQL" | |
on: | |
push: | |
branches: [master] | |
schedule: | |
- cron: "0 7 * * 1" # Mondays at 7:00 AM | |
permissions: read-all | |
jobs: | |
analyze: | |
name: Analyze | |
runs-on: ubuntu-22.04 | |
permissions: | |
security-events: write | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 | |
with: | |
egress-policy: audit | |
- name: Checkout repository | |
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 | |
- name: Initialize CodeQL | |
uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 | |
with: | |
languages: go | |
- name: Autobuild | |
uses: github/codeql-action/autobuild@fdcae64e1484d349b3366718cdfef3d404390e85 | |
- name: Perform CodeQL Analysis | |
uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85 |