diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a17cfb20..928021fe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -136,7 +136,7 @@ jobs: # https://docs.github.com/en/code-security/code-scanning - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.6 # https://github.com/github/codeql-action + uses: github/codeql-action/init@v4.37.7 # https://github.com/github/codeql-action with: languages: ${{ matrix.language }} # https://github.com/github/codeql-action#build-modes @@ -164,6 +164,6 @@ jobs: - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.6 # https://github.com/github/codeql-action + uses: github/codeql-action/analyze@v4.37.7 # https://github.com/github/codeql-action with: category: "/language:${{matrix.language}}"