Skip to content

Bump github/codeql-action from 3.25.3 to 3.25.8 #302

Bump github/codeql-action from 3.25.3 to 3.25.8

Bump github/codeql-action from 3.25.3 to 3.25.8 #302

Workflow file for this run

name: "CodeQL code scanning"
on:
push:
branches: [ main, local-dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, local-dev ]
schedule:
# Wed 23:33 UTC
- cron: '33 23 * * 3'
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 repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8