diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-08-03 18:11:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-03 18:11:45 +0300 |
commit | a3fe142f77e8f166914a130523dbd6702ac539c6 (patch) | |
tree | 874b2ec75f31cea1d867ac7da64b120a340283fd /.github/workflows/codeql.yml | |
parent | bcbcea678f2b892a8f76c8383ae10175e6007de0 (diff) | |
parent | e7a5bc85dd5d6eb63f9aab6f9b06c87a3a59b250 (diff) | |
download | vyatta-bash-equuleus.tar.gz vyatta-bash-equuleus.zip |
Merge pull request #6 from vyos/mergify/bp/equuleus/pr-3equuleus
T6540: added workflows (current) (backport #3)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..4842f9e --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,24 @@ +name: "Perform CodeQL Analysis" + +on: + push: + branches: + - equuleus + pull_request_target: + # The branches below must be a subset of the branches above + branches: + - equuleus + schedule: + - cron: '22 10 * * 0' + +permissions: + actions: read + contents: read + security-events: write + +jobs: + codeql-analysis-call: + uses: vyos/.github/.github/workflows/codeql-analysis.yml@equuleus + secrets: inherit + with: + languages: "['c']" |