diff options
| author | 2025-01-24 04:00:52 +0900 | |
|---|---|---|
| committer | 2025-01-24 04:00:52 +0900 | |
| commit | f75c08a78eabd1c1727bb71f8139197528546298 (patch) | |
| tree | baf4acf6682ce684b117d4b5df0429803980f4f1 /.github | |
| parent | Trigger workflow to run again (diff) | |
Add 'tools: linked' to CodeQL workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 38cba164..0bbaa526 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,6 +31,7 @@ jobs: with: languages: ${{ matrix.language }} queries: +security-and-quality + tools: linked - name: Autobuild uses: github/codeql-action/autobuild@v3 |
