This repository has been archived by the owner on May 22, 2024. It is now read-only.
docs: add sunset notice (#408) #149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Scanning | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
CodeQL: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
# Initializes the CodeQL tools for scanning. | |
- name: Initialize CodeQL | |
uses: github/codeql-action/init@v2 | |
- name: Perform CodeQL Analysis | |
uses: github/codeql-action/analyze@v2 |