diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2026-01-05 17:22:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-05 17:22:50 +0100 |
| commit | a1e0e4fd9df39838db433fac72aa90d71b66fb80 (patch) | |
| tree | d280178e4e82a81eecc0203e8f55be86ab33ea23 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 4138214ac326618635248b6f84b5338166b68b1d (diff) | |
| parent | 8a1129bbdec24f60b011ae1f90bb0c41b989d378 (diff) | |
Merge pull request #15888 from Shadowghost/fix-api-diff
Fix API diff workflow
Diffstat (limited to '.github/workflows/ci-codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 5ca3edd7b..6d4f4edb6 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -21,6 +21,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - name: Setup .NET uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1 with: @@ -31,7 +32,9 @@ jobs: with: languages: ${{ matrix.language }} queries: +security-extended + - name: Autobuild uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 |
