diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index f0a0950a9..8bf5d2d91 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -31,13 +31,13 @@ jobs: fetch-depth: 1 - name: Initialize CodeQL - uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} build-mode: "none" - name: Analyze CodeQL - uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: "${{ matrix.language }}"