diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-05-09 10:40:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 10:40:25 +0200 |
commit | a45ba57e0ed855e645c1d5e80181348fbad94f96 (patch) | |
tree | ec98c482cab5c7ec84650ab166d0b958a0233e8f | |
parent | 52efc39691737fd0be965cad955758ca8b8e40e9 (diff) | |
parent | d8a0bb52c396298c1ab61c6d9dc2bb2464bf2a72 (diff) | |
download | vyos-1x-a45ba57e0ed855e645c1d5e80181348fbad94f96.tar.gz vyos-1x-a45ba57e0ed855e645c1d5e80181348fbad94f96.zip |
Merge pull request #3431 from vyos/feature/T6315-update-codeql-branch
T6315: updated codeql branch name
-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 8b1c3c141..9e2e4bf0f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ permissions: jobs: codeql-analysis-call: - uses: vyos/vyos-github-actions/.github/workflows/codeql-analysis.yml@main + uses: vyos/vyos-github-actions/.github/workflows/codeql-analysis.yml@current secrets: inherit with: languages: "['python']" |