From: German Service Network Date: Tue, 8 Jul 2025 05:03:43 +0000 (+0200) Subject: ci: Fix forgotten github action codeql init v3 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4dd91942cb18fef139b489d722634d5a4da9e9;p=fping.git ci: Fix forgotten github action codeql init v3 --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bca8ff1..61a2b09 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file.