From 00d63c9cc76f3355e1dd5df8656378fd15ae23c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:19:50 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php.code_quality.yaml | 4 ++-- .github/workflows/security.gh-action.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.code_quality.yaml b/.github/workflows/php.code_quality.yaml index 8c6dd12..950be0b 100644 --- a/.github/workflows/php.code_quality.yaml +++ b/.github/workflows/php.code_quality.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch latest changes - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Prepare/restore dependencies cache uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: @@ -41,7 +41,7 @@ jobs: with: php-version: ${{ env.PHP_VERSION }} - name: Fetch lastest changes - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Restore dependencies cache uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: diff --git a/.github/workflows/security.gh-action.yaml b/.github/workflows/security.gh-action.yaml index 5ebb713..f4acc83 100644 --- a/.github/workflows/security.gh-action.yaml +++ b/.github/workflows/security.gh-action.yaml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch lastest changes - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@c3a2b64f69b7a1542a68f44d9edbd9ec3fc1455e