From d1a67b4399cf0cbca8c58f8ade6fe5185e922441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:09:52 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.4.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.4.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.4.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bootstrap-history.yml | 2 +- .github/workflows/build-kernel.yml | 4 ++-- .github/workflows/fetch-source-pkg.yml | 2 +- .github/workflows/premerge-distro-validation.yml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bootstrap-history.yml b/.github/workflows/bootstrap-history.yml index fd1c9a3f2a84d..8b67de58bb90a 100644 --- a/.github/workflows/bootstrap-history.yml +++ b/.github/workflows/bootstrap-history.yml @@ -64,7 +64,7 @@ jobs: # 2. Check out this repo just for the scripts/ helpers. # ----------------------------------------------------------------------- - name: Checkout CI scripts - uses: actions/checkout@v6 + uses: actions/checkout@v7.0.1 # ----------------------------------------------------------------------- # 3. Resolve the seed configuration (URL, tag prefix, seed branch). diff --git a/.github/workflows/build-kernel.yml b/.github/workflows/build-kernel.yml index 829abe35e4b21..e317169a5c05f 100644 --- a/.github/workflows/build-kernel.yml +++ b/.github/workflows/build-kernel.yml @@ -203,7 +203,7 @@ jobs: # fetch-source-pkg.yml; they are not the main branch. # ----------------------------------------------------------------------- - name: Checkout kernel source - uses: actions/checkout@v6 + uses: actions/checkout@v7.0.1 with: ref: ${{ inputs.ref != '' && inputs.ref || (inputs.kernel_version != '' && format('{0}-{1}', env.UPSTREAM_PREFIX, inputs.kernel_version) || inputs.suite || 'resolute-qcom-devel') }} path: kernel-src @@ -287,7 +287,7 @@ jobs: # 5. Checkout docker-pkg-build # ----------------------------------------------------------------------- - name: Checkout docker-pkg-build - uses: actions/checkout@v6 + uses: actions/checkout@v7.0.1 with: repository: qualcomm-linux/docker-pkg-build ref: main diff --git a/.github/workflows/fetch-source-pkg.yml b/.github/workflows/fetch-source-pkg.yml index 9b5eb4aaa35ef..1604d8f37db14 100644 --- a/.github/workflows/fetch-source-pkg.yml +++ b/.github/workflows/fetch-source-pkg.yml @@ -111,7 +111,7 @@ jobs: sudo apt-get clean - name: Checkout CI scripts - uses: actions/checkout@v6 + uses: actions/checkout@v7.0.1 # BRANCH, UPSTREAM_URL and UPSTREAM_PREFIX come from the workflow-level env # above; sync-mirror.sh reads them directly. diff --git a/.github/workflows/premerge-distro-validation.yml b/.github/workflows/premerge-distro-validation.yml index 3c530610dfc73..1456524d1b08f 100644 --- a/.github/workflows/premerge-distro-validation.yml +++ b/.github/workflows/premerge-distro-validation.yml @@ -47,7 +47,7 @@ jobs: request-id: ${{ steps.context.outputs.request-id }} steps: - name: Checkout orchestration helpers - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false @@ -76,7 +76,7 @@ jobs: statuses: write steps: - name: Checkout orchestration helpers - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false @@ -142,7 +142,7 @@ jobs: statuses: write steps: - name: Checkout status helper - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false @@ -182,7 +182,7 @@ jobs: distro-run-url: ${{ steps.callback.outputs.distro-run-url }} steps: - name: Checkout callback validator - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false @@ -212,7 +212,7 @@ jobs: statuses: write steps: - name: Checkout status helper - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false