From 790e7cbf240ba2e3980845781b671d0c6d99cee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:43:42 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-github2gerrit.yaml | 4 ++-- .github/workflows/gerrit-clm.yaml | 2 +- .github/workflows/gerrit-drools-performance-test.yaml | 2 +- .github/workflows/gerrit-drools-stability-test.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index 7084ce70b..bd14959fe 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -102,7 +102,7 @@ jobs: egress-policy: audit # yamllint disable-line rule:line-length - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 @@ -161,7 +161,7 @@ jobs: - name: "Checkout repository" # yamllint disable-line rule:line-length - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 10 ref: ${{ github.event.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/gerrit-clm.yaml b/.github/workflows/gerrit-clm.yaml index 6a62c2480..2ede8cafa 100644 --- a/.github/workflows/gerrit-clm.yaml +++ b/.github/workflows/gerrit-clm.yaml @@ -153,7 +153,7 @@ jobs: # yamllint disable-line rule:line-length if: github.event_name == 'schedule' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.GERRIT_DISABLED == true) # yamllint disable-line rule:line-length - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Gerrit-aware checkout for workflow_dispatch with Gerrit context - name: 'Checkout Gerrit change' diff --git a/.github/workflows/gerrit-drools-performance-test.yaml b/.github/workflows/gerrit-drools-performance-test.yaml index 558438191..2ae9eeab2 100644 --- a/.github/workflows/gerrit-drools-performance-test.yaml +++ b/.github/workflows/gerrit-drools-performance-test.yaml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Run S3P script working-directory: ${{ github.workspace }}/testsuites diff --git a/.github/workflows/gerrit-drools-stability-test.yaml b/.github/workflows/gerrit-drools-stability-test.yaml index 2ec3437a6..877e2a715 100644 --- a/.github/workflows/gerrit-drools-stability-test.yaml +++ b/.github/workflows/gerrit-drools-stability-test.yaml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Run S3P script working-directory: ${{ github.workspace }}/testsuites