diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e1bd0be23..e9b3e5fd4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,10 +32,10 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Initialize CodeQL - uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e + uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 with: languages: ${{ matrix.language }} queries: security-extended - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e + uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 diff --git a/.github/workflows/deploy-preset-env.yml b/.github/workflows/deploy-preset-env.yml index cd6fc7d58..e9ad74571 100644 --- a/.github/workflows/deploy-preset-env.yml +++ b/.github/workflows/deploy-preset-env.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 1 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f with: node-version: 24 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 48889f709..873d41d4c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 1 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f with: node-version: 24 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8cbbc9a6..501296d12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 1 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f with: node-version: ${{ matrix.node }}