From 3b4e1acbd30caa4dcb9171297066ba9198025782 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Tue, 7 May 2024 18:44:40 +0530 Subject: T6310: added codeql workflow --- .github/workflows/codeql-caller.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/codeql-caller.yml b/.github/workflows/codeql-caller.yml index 5b2ee4d8e..9dd0e3941 100644 --- a/.github/workflows/codeql-caller.yml +++ b/.github/workflows/codeql-caller.yml @@ -9,21 +9,26 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: "Call CodeQL Analysis" +name: "Perform CodeQL Analysis" on: workflow_dispatch: push: - branches: [ "current", crux, equuleus ] + branches: [ "current", "sagitta", "equuleus" ] pull_request: # The branches below must be a subset of the branches above branches: [ "current" ] schedule: - cron: '22 10 * * 0' +permissions: + actions: read + contents: read + security-events: write + jobs: codeql-analysis-call: - uses: vyos/vyos-github-actions/.github/workflows/codeql-analysis.yml@feature/add-codeql-workflow + uses: vyos/vyos-github-actions/.github/workflows/codeql-analysis.yml@main secrets: inherit with: languages: "['python']" -- cgit v1.2.3