diff --git a/.github/workflows/prof_asan.yml b/.github/workflows/prof_asan.yml index 018215b8c3e..802fbe66d94 100644 --- a/.github/workflows/prof_asan.yml +++ b/.github/workflows/prof_asan.yml @@ -33,7 +33,7 @@ jobs: submodules: true - name: Cache Cargo dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | /rust/cargo/registry/index/ @@ -44,7 +44,7 @@ jobs: key: ${{ runner.os }}-${{ runner.arch }}-cargo-deps-asan-${{ hashFiles('**/Cargo.lock') }} - name: Cache Cargo target - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: /tmp/build-cargo/ key: ${{ runner.os }}-${{ runner.arch }}-cargo-target-asan-${{ matrix.php-version }}-${{ matrix.php-build }}-${{ env.RUST_TOOLCHAIN }}-${{ github.sha }}-${{ hashFiles('.github/workflows/prof_asan.yml') }} diff --git a/.github/workflows/prof_correctness.yml b/.github/workflows/prof_correctness.yml index f61a708b58e..2086acee508 100644 --- a/.github/workflows/prof_correctness.yml +++ b/.github/workflows/prof_correctness.yml @@ -28,7 +28,7 @@ jobs: submodules: true - name: Setup PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1 with: php-version: ${{ matrix.php-version }} coverage: none @@ -38,7 +38,7 @@ jobs: fail-fast: true - name: Restore build cache - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cargo/bin/ @@ -66,7 +66,7 @@ jobs: cargo rustc --features="trigger_time_sample" --profile profiler-release --crate-type=cdylib - name: Cache build dependencies - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/prune-stale.yaml b/.github/workflows/prune-stale.yaml index 8df6f0a8bbf..343aa7387f1 100644 --- a/.github/workflows/prune-stale.yaml +++ b/.github/workflows/prune-stale.yaml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - name: Prune - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 + uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 with: days-before-stale: 180 stale-pr-message: 'This pull request has been marked as stale because it has not had activity in the past half year. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if you are still working on it.' diff --git a/.github/workflows/update_latest_versions.yml b/.github/workflows/update_latest_versions.yml index 3cf72ca5b28..c136141ba0f 100644 --- a/.github/workflows/update_latest_versions.yml +++ b/.github/workflows/update_latest_versions.yml @@ -24,7 +24,7 @@ jobs: policy: self.update-latest-versions.create-pr - name: Install PHP - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2.37.1 with: php-version: "8.3" @@ -44,7 +44,7 @@ jobs: run: git diff - name: Create Pull Request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} commit-message: "chore: update latest versions"