Skip to content

Bump github/codeql-action from 4.31.4 to 4.31.5 #96

Bump github/codeql-action from 4.31.4 to 4.31.5

Bump github/codeql-action from 4.31.4 to 4.31.5 #96

Workflow file for this run

name: code-scan
on:
push:
branches: [ dev* ]
pull_request:
branches: [ dev* ]
schedule:
- cron: '0 12 * * MON'
workflow_dispatch:
permissions: {}
jobs:
code-ql:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'actions', 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
filter: 'tree:0'
persist-credentials: false
show-progress: false
- name: Initialize CodeQL
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
with:
build-mode: none
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
with:
category: '/language:${{ matrix.language }}'
zizmor:
runs-on: ubuntu-latest
env:
ZIZMOR_VERSION: '1.13.0'
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
filter: 'tree:0'
persist-credentials: false
show-progress: false
- name: Scan workflows with zizmor
uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0
with:
version: ${{ env.ZIZMOR_VERSION }}