diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 34bb5fa..51975a2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: # gitignored page registries (_pages.ts / _ssr_pages.ts) not existing # here costs a little import resolution, nothing more. - name: Initialize CodeQL - uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4 + uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 with: languages: javascript-typescript # `security-extended` adds lower-severity security queries on top @@ -51,6 +51,6 @@ jobs: queries: security-extended - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4 + uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 with: category: "/language:javascript-typescript"