diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 73d485c11..46bbc052a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,7 +62,7 @@ jobs: # cary: Pin the version to the SHA for 2.18.0, since there appears to # be a problem with 2.18.1 leading to a "No space left on # device" failure - uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 + uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: # cary: the "linked" setting is necessary to force the run to pick up # the version specified in the action. @@ -93,6 +93,6 @@ jobs: - name: Perform CodeQL Analysis # Pin the version to the SHA for 2.18.0 - uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 + uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: category: "/language:${{matrix.language}}"