diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 4ebe7b3..11da5a3 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -84,7 +84,7 @@ jobs: - name: Set up Node.js if: ${{ inputs.language == 'node' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version }} diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5508abd..8571ab0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -85,7 +85,7 @@ jobs: - name: Set up Node.js if: ${{ inputs.language == 'node' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version }} diff --git a/.github/workflows/iac-scan.yml b/.github/workflows/iac-scan.yml index 6718851..99c20ad 100644 --- a/.github/workflows/iac-scan.yml +++ b/.github/workflows/iac-scan.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Checkov - uses: bridgecrewio/checkov-action@a7683e7b72a04503521247973281ec8142e1ac1f # v12.3112.0 + uses: bridgecrewio/checkov-action@7b972723c44fb3d256283fac96fae5d7c1894bb7 # v12.3114.0 with: directory: ${{ inputs.directory }} framework: ${{ inputs.framework }} diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index a812af0..433ab0d 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -68,7 +68,7 @@ jobs: - name: Set up Node.js if: ${{ inputs.language == 'node' }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node_version }}