Skip to content

Bump github/codeql-action from 2.22.3 to 2.22.4 #80

Bump github/codeql-action from 2.22.3 to 2.22.4

Bump github/codeql-action from 2.22.3 to 2.22.4 #80

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@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Initialize CodeQL
uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80
with:
languages: go
- name: Analyze
uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80