From 4bcdf4506376ebf714bdc941207be17acc3dc74a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:31:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build.yml | 4 ++-- .github/workflows/infra_bundle_scan_report.yml | 2 +- .github/workflows/on-demand.yml | 4 ++-- .github/workflows/security.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c26445aa..17708308 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: DOCKER_IMAGE: newrelic/infrastructure-bundle DOCKER_IMAGE_TAG: ci steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx @@ -49,7 +49,7 @@ jobs: BASE_IMAGE_NAME: newrelic/infrastructure-fips DOCKER_PLATFORMS: linux/amd64,linux/arm64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx diff --git a/.github/workflows/infra_bundle_scan_report.yml b/.github/workflows/infra_bundle_scan_report.yml index 76fd6614..8481ad58 100644 --- a/.github/workflows/infra_bundle_scan_report.yml +++ b/.github/workflows/infra_bundle_scan_report.yml @@ -12,7 +12,7 @@ jobs: DOCKER_IMAGE_TAG: ci TRIVY_DISABLE_VEX_NOTICE: "true" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/on-demand.yml b/.github/workflows/on-demand.yml index bf2c34c0..2561241a 100644 --- a/.github/workflows/on-demand.yml +++ b/.github/workflows/on-demand.yml @@ -14,7 +14,7 @@ jobs: DOCKER_IMAGE_TAG: dev AGENT_VERSION: ${{ github.event.inputs.agent_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx @@ -59,7 +59,7 @@ jobs: BASE_IMAGE_NAME: newrelic/infrastructure-fips DOCKER_PLATFORMS: linux/amd64,linux/arm64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ef0acffb..7737afd5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -13,7 +13,7 @@ jobs: DOCKER_IMAGE: newrelic/infrastructure-bundle DOCKER_IMAGE_TAG: ci steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx