Skip to content

End of support of version 1.15 #4143

End of support of version 1.15

End of support of version 1.15 #4143

Workflow file for this run

name: CodeQL scanning
on:
push:
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
jobs:
codeql:
name: CodeQL scanning
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
if: env.HAS_SECRETS == 'HAS_SECRETS'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
if: env.HAS_SECRETS == 'HAS_SECRETS'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
if: env.HAS_SECRETS == 'HAS_SECRETS'