Skip to content

chore(deps): bump github/codeql-action from 2.26.0 to 3.26.9 #333

chore(deps): bump github/codeql-action from 2.26.0 to 3.26.9

chore(deps): bump github/codeql-action from 2.26.0 to 3.26.9 #333

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master", "Stable-Test", "QA-Test"]
pull_request:
branches: [ "master", "Stable-Test", "QA-Test"]
schedule:
- cron: "0 0 * * 1"
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: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Initialize CodeQL
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
with:
category: "/language:${{ matrix.language }}"