Skip to content

Bump github/codeql-action from 3.26.12 to 3.26.13 (#916) #929

Bump github/codeql-action from 3.26.12 to 3.26.13 (#916)

Bump github/codeql-action from 3.26.12 to 3.26.13 (#916) #929

Workflow file for this run

name: code-scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main, dotnet-vnext ]
schedule:
- cron: '0 6 * * MON'
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
code-ql:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Initialize CodeQL
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
with:
build-mode: none
languages: 'csharp'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
with:
category: '/language:csharp'