diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-22 15:44:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 15:44:40 +0530 |
commit | 4300ed36ef6006c15130234344d321c032a8b271 (patch) | |
tree | 7e9ee39aa7d82bb61ce3ce00e25f182ec5ae9131 /.github/workflows/codeql.yml | |
parent | 65333b4644921d9a475fa796238c83a83a1d0528 (diff) | |
download | vyos-build-4300ed36ef6006c15130234344d321c032a8b271.tar.gz vyos-build-4300ed36ef6006c15130234344d321c032a8b271.zip |
T6508: pr workflows updated for branch and targetfeature/T6508-pr-check-workflow-fix
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a4fc39e2..6c70c803 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ permissions: jobs: codeql-analysis-call: - uses: vyos/.github/.github/workflows/codeql-analysis.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/codeql-analysis.yml@current secrets: inherit with: languages: "['python']" |