Skip to content

Bump github/codeql-action from 2.22.4 to 2.22.5 #83

Bump github/codeql-action from 2.22.4 to 2.22.5

Bump github/codeql-action from 2.22.4 to 2.22.5 #83

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Initialize CodeQL
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99
with:
languages: go
- name: Analyze
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99