From d8fc50f0ef7b51f0b9055e849e17346e5c45b2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:16:04 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/conformance-tetragon-gke.yaml | 2 +- .github/workflows/validate-cilium-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance-tetragon-gke.yaml b/.github/workflows/conformance-tetragon-gke.yaml index 7efada5..d91f360 100644 --- a/.github/workflows/conformance-tetragon-gke.yaml +++ b/.github/workflows/conformance-tetragon-gke.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-cilium-chart.yaml b/.github/workflows/validate-cilium-chart.yaml index 3c04aef..e5fb4bb 100644 --- a/.github/workflows/validate-cilium-chart.yaml +++ b/.github/workflows/validate-cilium-chart.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 0 persist-credentials: false