diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb95c15..1d2c3ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # developers use locally. `cache: true` caches the toolchain so the # one-time Erlang source compile doesn't repeat on every run. - name: Set up Erlang / Elixir / Node (mise) - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: cache: true @@ -161,7 +161,7 @@ jobs: persist-credentials: false - name: Set up Erlang / Elixir / Node (mise) - uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: cache: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b048089..34bb5fa 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@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # 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@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4 with: category: "/language:javascript-typescript"