Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Update github actions to go1.22 #5

Update github actions to go1.22

Update github actions to go1.22 #5

---
name: 🚨 CodeQL Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codeql:
name: Evaluate code for vulnerabilities
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Set up git repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Initialize CodeQL
uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3