From 342d8d4275b294ce1afa0cbf6fc504a23ee0f614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:25:31 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.6.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 7.0.1. - [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/v3.6.0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- 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/merge_to_main.yml | 2 +- .github/workflows/new_relic.yml | 2 +- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/run_e2e_tests.yml | 2 +- .github/workflows/run_prerelease.yml | 6 +++--- .github/workflows/security_scan_pr_schedule.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/merge_to_main.yml b/.github/workflows/merge_to_main.yml index ef43a709..ad0f5356 100644 --- a/.github/workflows/merge_to_main.yml +++ b/.github/workflows/merge_to_main.yml @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout code # commit sha from v3 tag: https://github.com/actions/checkout/releases/tag/v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Check if pre_release has artifacts, if so, upgrade to release id: promote_to_release diff --git a/.github/workflows/new_relic.yml b/.github/workflows/new_relic.yml index e97c8511..dc837871 100644 --- a/.github/workflows/new_relic.yml +++ b/.github/workflows/new_relic.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout # commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: new-relic-exporter # commit sha from latest tag - verify with: git ls-remote https://github.com/newrelic-experimental/gha-new-relic-exporter latest uses: newrelic-experimental/gha-new-relic-exporter@9483d54bf6e0d5030301c7d878fda01080c3ac71 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a38e9ad8..59dceb14 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout code # commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: (Re)create pre-release run: | @@ -125,7 +125,7 @@ jobs: steps: - name: Check out repository # commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Attempt downloading package from New Relic repository id: download_package_from_nr diff --git a/.github/workflows/run_e2e_tests.yml b/.github/workflows/run_e2e_tests.yml index fe0cb821..0dd35413 100644 --- a/.github/workflows/run_e2e_tests.yml +++ b/.github/workflows/run_e2e_tests.yml @@ -153,7 +153,7 @@ jobs: steps: - name: Checkout code # commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Download report from pre-release # commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3 diff --git a/.github/workflows/run_prerelease.yml b/.github/workflows/run_prerelease.yml index 9d0c73dc..84ac8733 100644 --- a/.github/workflows/run_prerelease.yml +++ b/.github/workflows/run_prerelease.yml @@ -191,7 +191,7 @@ jobs: steps: - name: Check out repository # commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Fetch package from GitHub pre-release # commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3 @@ -312,7 +312,7 @@ jobs: steps: - name: Checkout code # commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Download merged Linux report from pre-release # commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3 @@ -349,7 +349,7 @@ jobs: steps: - name: Checkout code # commit sha from v3 tag - verify with: git ls-remote https://github.com/actions/checkout v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Download Windows report from pre-release # commit sha from v3 tag - verify with: git ls-remote https://github.com/nick-fields/retry v3 diff --git a/.github/workflows/security_scan_pr_schedule.yaml b/.github/workflows/security_scan_pr_schedule.yaml index 4a7dc817..f7676e3b 100644 --- a/.github/workflows/security_scan_pr_schedule.yaml +++ b/.github/workflows/security_scan_pr_schedule.yaml @@ -23,7 +23,7 @@ jobs: security-events: write steps: - name: Checkout code - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0