diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-06-23 08:00:12 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-06-23 08:00:12 +0200 |
commit | ad72c7beccb0279bfdbb2093c72ab1d1671bc555 (patch) | |
tree | 22cc117d926f0213a4b7527d8b258fe8dfbd486d /.github/workflows/codeql.yml | |
parent | de0e9785922cfaa794cbf34071cd7f5d47b4d5fd (diff) | |
parent | 4e9f1b4a219bd3fb9ab1c8c93458be3bf4721ddd (diff) | |
download | vyos-build-ad72c7beccb0279bfdbb2093c72ab1d1671bc555.tar.gz vyos-build-ad72c7beccb0279bfdbb2093c72ab1d1671bc555.zip |
Merge branch 'vyos:current' into current
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']" |