Skip to content

quickLinks: Add command for the getting started contributing guide #14

quickLinks: Add command for the getting started contributing guide

quickLinks: Add command for the getting started contributing guide #14

Workflow file for this run

name: "CodeQL Static Analysis"
on:
push:
branches: [master]
pull_request:
branches: [main]
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest and windows-latest
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
config-file: ./.github/codeql/configuration.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3