diff options
| author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2026-07-15 05:29:02 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-15 05:29:02 +1000 |
| commit | e0a03cc5da2b0592955827b74d96be4aa2354a0a (patch) | |
| tree | a90a15476bed2940b5de1043b7b8a69072f1958d | |
| parent | 16e7bfb9cffdd4062104dc7d9c9a9d4a28c7450a (diff) | |
| parent | 0b3e6d828779fcd1cc5460e92f057a74d32f0b5f (diff) | |
| download | rest.vyos-T8989_wave3.tar.gz rest.vyos-T8989_wave3.zip | |
Merge branch 'main' into T8989_wave3T8989_wave3
| -rw-r--r-- | .github/workflows/codeql.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..bac18df --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,30 @@ +name: "Perform CodeQL Analysis" + +on: + push: + branches: + - main + paths: + - '**' + - '!.github/**' + - '!**/*.md' + pull_request: + branches: + - main + paths: + - '**' + - '!.github/**' + - '!**/*.md' + schedule: + - cron: '10 11 * * 0' + +permissions: + actions: read + contents: read + security-events: write + +jobs: + codeql-analysis-call: + uses: vyos/.github/.github/workflows/codeql-analysis.yml@production + with: + languages: "['python']" |
