diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 45df70a..ac0e0f3 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -36,7 +36,7 @@ jobs: with: node-version-file: .tool-versions - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000edb0..712475e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: with: node-version-file: .tool-versions - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 75b5411..9b53911 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,15 +34,15 @@ jobs: - name: Initialize CodeQL id: initialize - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: languages: ${{ matrix.language }} source-root: eval/src - name: Autobuild id: autobuild - uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/autobuild@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 diff --git a/.github/workflows/eval-single.yaml b/.github/workflows/eval-single.yaml index 786a838..fe42679 100644 --- a/.github/workflows/eval-single.yaml +++ b/.github/workflows/eval-single.yaml @@ -28,7 +28,7 @@ jobs: with: node-version-file: .tool-versions - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index b8f250a..89545de 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -28,7 +28,7 @@ jobs: with: node-version-file: .tool-versions - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 70c9837..4ecb795 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: with: node-version-file: .tool-versions - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 - name: Get pnpm store directory shell: bash