From ea4f47f172558d536e78c3618961efcd47598b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 11:20:12 +0000 Subject: [PATCH] ci: bump actions/checkout from 3.5.0 to 4.2.2 --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/docker.yaml | 2 +- .github/workflows/lint-commits.yaml | 2 +- .github/workflows/lint-shell.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- .github/workflows/static-build.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b65f7b4a..2d591ca8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: true diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2c371c94..02c1376b 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: recursive diff --git a/.github/workflows/lint-commits.yaml b/.github/workflows/lint-commits.yaml index 82203137..04a59dd5 100644 --- a/.github/workflows/lint-commits.yaml +++ b/.github/workflows/lint-commits.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/lint-shell.yaml b/.github/workflows/lint-shell.yaml index 49c7ec9a..39c385d2 100644 --- a/.github/workflows/lint-shell.yaml +++ b/.github/workflows/lint-shell.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run ShellCheck uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe663418..bf041041 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: if: github.event_name == 'workflow_dispatch' steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 # Fetch all tags @@ -73,7 +73,7 @@ jobs: tar -xvf "${{ env.LLVM }}.tar.xz" - name: Checkout bpftool code - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: recursive # Create a new directory to avoid wiping out LLVM on bpftool checkout @@ -161,7 +161,7 @@ jobs: sha256sum "${archive_arm64}" > "${archive_arm64}.sha256sum" - name: Checkout bpftool and libbpf code - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: recursive path: 'bpftool' diff --git a/.github/workflows/static-build.yaml b/.github/workflows/static-build.yaml index 79411ce9..5042da0a 100644 --- a/.github/workflows/static-build.yaml +++ b/.github/workflows/static-build.yaml @@ -34,7 +34,7 @@ jobs: tar -xvf "${{ env.LLVM_PATH }}.tar.xz" - name: Checkout bpftool - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: recursive # Create a new directory to avoid wiping out LLVM on bpftool checkout