Update security workflows #12085
Workflow file for this run
This file contains hidden or 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: "CodeQL" | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- release-* | ||
pull_request: | ||
branches: | ||
- main | ||
- release-* | ||
schedule: | ||
- cron: "39 13 * * 6" # run every Saturday at 13:39 UTC | ||
concurrency: | ||
group: ${{ github.ref_name }}-codeql | ||
cancel-in-progress: true | ||
permissions: | ||
contents: read | ||
jobs: | ||
codeql: | ||
Check failure on line 23 in .github/workflows/codeql-analysis.yml
|
||
uses: nginxinc/compliance-rules/.github/workflows/[email protected] | ||
with: | ||
requested_languages: go,javascript-typescript |