summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-05-18 08:10:58 +0530
committerGitHub <noreply@github.com>2024-05-18 05:40:58 +0300
commit807791a01f946784a7e192b0e827ec891c112a77 (patch)
tree5ed3070181b69e68b4b94a9ffceab604f99e701e /.github/workflows/codeql.yml
parent6b70110062190cae48770613d546ab89cb4c4de5 (diff)
downloadvyos-1x-807791a01f946784a7e192b0e827ec891c112a77.tar.gz
vyos-1x-807791a01f946784a7e192b0e827ec891c112a77.zip
T6349: updated conflict check workflow (#3468)
* T6349: updated conflict workflow * T6349: updated conflict workflow * T6349: updated all workflows to use reusable workflows * T6349: updated all workflows to use reusable workflows
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 9e2e4bf0f..f6472784d 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -1,14 +1,3 @@
-# For most projects, this workflow file will not need changing; you simply need
-# to commit it to your repository.
-#
-# You may wish to alter this file to override the set of languages analyzed,
-# or to provide custom queries or build logic.
-#
-# ******** NOTE ********
-# We have attempted to detect the languages in your repository. Please check
-# the `language` matrix defined below to confirm you have the correct set of
-# supported CodeQL languages.
-#
name: "Perform CodeQL Analysis"
on:
@@ -27,7 +16,7 @@ permissions:
jobs:
codeql-analysis-call:
- uses: vyos/vyos-github-actions/.github/workflows/codeql-analysis.yml@current
+ uses: vyos/.github/.github/workflows/codeql-analysis.yml@feature/T6349-reusable-workflows
secrets: inherit
with:
languages: "['python']"