diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2fcbe6e..92b8e95 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v7 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@a2983b8bed1923f44751c5c43237f479442827b3 # v3 with: # `actions` matters at least as much as `python` here: the runtime # is stdlib-only, while the CI is where a public repo is actually @@ -88,9 +88,9 @@ jobs: # file-at-a-time scan would not connect. Skipped for `actions`, which # analyses YAML and has nothing to build. if: matrix.language == 'python' - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@a2983b8bed1923f44751c5c43237f479442827b3 # v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@a2983b8bed1923f44751c5c43237f479442827b3 # v3 with: category: "/language:${{ matrix.language }}"