From c8641145294416e798c816218f74605bf667fe83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 11:14:03 +0000 Subject: [PATCH] Update actions/checkout action to v5.0.1 --- .github/workflows/build.yml | 10 +++++----- .github/workflows/check-style.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/publish-php-debug-images.yml | 2 +- .github/workflows/split.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c72f4d..af22252 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Setup PHP uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2 with: @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Setup PHP uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2 @@ -69,7 +69,7 @@ jobs: container: image: php:8.3-cli@sha256:a599bc74b464f3e31b5ad0b45839e2ac8ba689d8c92372e38f9e9a5a734c9a2c steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Package and copy run: | @@ -94,7 +94,7 @@ jobs: ts: ['ts', 'nts'] steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Install PHP ${{ matrix.php }}-${{ matrix.ts }} id: setup-php-sdk uses: php/setup-php-sdk@474d4e386703a8bf269c41661c6b934a751a61bf # v0.11 @@ -154,7 +154,7 @@ jobs: continue-on-error: false steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: download-artifacts uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 with: diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 2d80d45..96d2e81 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -7,7 +7,7 @@ jobs: name: Formatting Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Run clang-format style check uses: jidicula/clang-format-action@4726374d1aa3c6aecf132e5197e498979588ebc8 # v4.15.0 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 864ae9e..d6c4e4a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,7 +19,7 @@ jobs: if: github.repository == 'open-telemetry/opentelemetry-php-instrumentation' runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2 with: php-version: 8.5 diff --git a/.github/workflows/publish-php-debug-images.yml b/.github/workflows/publish-php-debug-images.yml index a9a9377..ac1d0e0 100644 --- a/.github/workflows/publish-php-debug-images.yml +++ b/.github/workflows/publish-php-debug-images.yml @@ -24,7 +24,7 @@ jobs: steps: - name: check out the repo - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index eba28d4..4a5b80d 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write # required for pushing changes steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: fetch-depth: 0 - name: Split repositories