Skip to content

build(deps): update github/codeql-action action to v4.36.2 #109

build(deps): update github/codeql-action action to v4.36.2

build(deps): update github/codeql-action action to v4.36.2 #109

Workflow file for this run

name: 'CodeQL'
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
merge_group:
branches:
- 'master'
schedule:
- cron: '0 0 * * 1'
permissions:
contents: 'read'
jobs:
analyze:
name: 'Analyze'
runs-on: 'ubuntu-latest'
permissions:
actions: 'read'
contents: 'read'
security-events: 'write'
strategy:
fail-fast: false
matrix:
language:
- 'go'
steps:
- name: 'Harden Runner'
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: 'audit'
- name: 'Checkout'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: 'Initialize CodeQL'
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: ${{ matrix.language }}
- name: 'Build'
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
- name: 'Perform CodeQL Analysis'
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
category: "/language:${{matrix.language}}"