diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-07-26 06:29:36 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2024-07-30 13:13:23 +0530 |
| commit | b7e94d2ea00025a5e444ac9589043a4cfacd81b3 (patch) | |
| tree | 1717fedd8b4854fd796f2868fa318953622a1f3e /.github/workflows | |
| parent | cc0332288aaf653cfb780591ba52502e556f43ab (diff) | |
| download | meson-b7e94d2ea00025a5e444ac9589043a4cfacd81b3.tar.gz | |
ci: Update codeql-analysis action to fix deprecations
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 49a159cfd..6a78a36c6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,14 +20,13 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: # bypass cache: https://github.com/github/codeql-action/issues/1445 - tools: latest + tools: linked config-file: .github/codeql/codeql-config.yml languages: python # we have none - setup-python-dependencies: false - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 |
