From e15320a7c83c2c370945722788b5cdd118870acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:05:52 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...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/container.yaml | 2 +- .github/workflows/gitlab-helper.yml | 2 +- .github/workflows/go.yaml | 2 +- .github/workflows/pytest.yaml | 10 +++++----- .github/workflows/rhel.yaml | 2 +- .github/workflows/tests.yml | 18 +++++++++--------- .github/workflows/trigger-gitlab.yml | 2 +- .github/workflows/validate-checksums.yml | 2 +- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 911b6038df..b066ab953d 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v4 diff --git a/.github/workflows/gitlab-helper.yml b/.github/workflows/gitlab-helper.yml index 4dbba52e3f..2e6eb6f9f7 100644 --- a/.github/workflows/gitlab-helper.yml +++ b/.github/workflows/gitlab-helper.yml @@ -29,7 +29,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index c6a349638d..854d9743fa 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -23,7 +23,7 @@ jobs: # (go.opencensus.io/trace) GOPROXY: "https://proxy.golang.org,direct" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Golang run: dnf install -y golang - name: Vendor Go dependencies diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 33425187f2..5765116c29 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -20,7 +20,7 @@ jobs: - name: Install project dependencies run: sudo apt install -y libgpgme-dev libbtrfs-dev libvirt-dev - name: "Clone Repository" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 - name: Run linters @@ -30,7 +30,7 @@ jobs: name: "Manifest" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/testdeps - name: Install integration test env run: | @@ -45,7 +45,7 @@ jobs: name: "Build" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/testdeps - name: Install integration test env run: | @@ -60,7 +60,7 @@ jobs: name: "Build (Cross-Architecture)" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/testdeps - name: Install integration test env run: | @@ -78,7 +78,7 @@ jobs: name: "Smoke" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/testdeps - name: Install integration test env run: | diff --git a/.github/workflows/rhel.yaml b/.github/workflows/rhel.yaml index 621e374d86..ae16ff84e3 100644 --- a/.github/workflows/rhel.yaml +++ b/.github/workflows/rhel.yaml @@ -41,7 +41,7 @@ jobs: echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}" echo "Job originally triggered by ${{ github.actor }}" exit 1 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} - name: Run integration tests via pytest diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9df47be5ca..77eb7d225b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: GOPROXY: "https://proxy.golang.org|direct" steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -86,7 +86,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -138,7 +138,7 @@ jobs: run: dnf config-manager --set-enabled crb - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -173,7 +173,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -206,7 +206,7 @@ jobs: # (go.opencensus.io/trace) GOPROXY: "https://proxy.golang.org|direct" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -231,7 +231,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -255,7 +255,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -275,7 +275,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} set-safe-directory: true @@ -308,7 +308,7 @@ jobs: options: "--privileged" steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: set-safe-directory: true diff --git a/.github/workflows/trigger-gitlab.yml b/.github/workflows/trigger-gitlab.yml index a981aba8c8..4d036f1ed9 100644 --- a/.github/workflows/trigger-gitlab.yml +++ b/.github/workflows/trigger-gitlab.yml @@ -27,7 +27,7 @@ jobs: sudo apt install -y jq - name: Clone repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.workflow_run.head_sha }} fetch-depth: 0 diff --git a/.github/workflows/validate-checksums.yml b/.github/workflows/validate-checksums.yml index 73dfacbcc2..25eff1c671 100644 --- a/.github/workflows/validate-checksums.yml +++ b/.github/workflows/validate-checksums.yml @@ -28,7 +28,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} # we need the history of the branch and main