diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ae445791f..43897aa69 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@c10b8064de6f491fea524254123dbe5e09572f13 + uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 with: languages: ${{ matrix.language }} queries: security-extended - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 + uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 diff --git a/.github/workflows/deploy-preset-env.yml b/.github/workflows/deploy-preset-env.yml index e9ad74571..1ef7d3555 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@53b83947a5a98c8d113130e565377fae1a50d02f + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 24 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 873d41d4c..2a1303806 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@53b83947a5a98c8d113130e565377fae1a50d02f + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: 24 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 501296d12..3dcd4ad3b 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@53b83947a5a98c8d113130e565377fae1a50d02f + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: ${{ matrix.node }}