diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f3893263217..a0d21ebfd60 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,9 +32,9 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 + uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 + uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3cdb4b5901c..9334681c0c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,7 +70,7 @@ jobs: # https://github.com/actions/setup-node - name: Set up node and disable caching of dependencies - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: './.nvmrc' # Explicitly NOT using the cache functionality to prevent cache poisoning for deployments. diff --git a/.github/workflows/jslint.yml b/.github/workflows/jslint.yml index 0d7f109b30e..fea9d465117 100644 --- a/.github/workflows/jslint.yml +++ b/.github/workflows/jslint.yml @@ -67,7 +67,7 @@ jobs: # This action also handles the caching of the Yarn dependencies. # https://github.com/actions/setup-node - name: Set up node and enable caching of dependencies - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: './.nvmrc' cache: 'yarn' diff --git a/.github/workflows/jstest.yml b/.github/workflows/jstest.yml index cb76951f204..954fa155f72 100644 --- a/.github/workflows/jstest.yml +++ b/.github/workflows/jstest.yml @@ -87,7 +87,7 @@ jobs: # This action also handles the caching of the Yarn dependencies. # https://github.com/actions/setup-node - name: Set up node and enable caching of dependencies - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: './.nvmrc' cache: 'yarn' @@ -184,7 +184,7 @@ jobs: # https://github.com/actions/setup-node - name: Set up node and enable caching of dependencies if: ${{ steps.checks-run.outputs.should == 'true' }} - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: './.nvmrc' cache: 'yarn'