From 4d23b5cc6f825bfeb6f7847884b44b7a0a88e615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:26:52 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.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/v3.6.0...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add-hip-number.yml | 2 +- .github/workflows/notifications.yml | 2 +- .github/workflows/schedule-last-call-date-end.yml | 2 +- .github/workflows/validateHeaders.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add-hip-number.yml b/.github/workflows/add-hip-number.yml index 72ac09a80..c21c7c752 100644 --- a/.github/workflows/add-hip-number.yml +++ b/.github/workflows/add-hip-number.yml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - name: Check out the code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index 731889c04..1d7c6a7fd 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -20,7 +20,7 @@ jobs: egress-policy: audit - name: Check out repository code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 diff --git a/.github/workflows/schedule-last-call-date-end.yml b/.github/workflows/schedule-last-call-date-end.yml index e04063b88..b027175a1 100644 --- a/.github/workflows/schedule-last-call-date-end.yml +++ b/.github/workflows/schedule-last-call-date-end.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Check out the code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Get modified files id: get-modified-files diff --git a/.github/workflows/validateHeaders.yml b/.github/workflows/validateHeaders.yml index fa85b0789..96e080a35 100644 --- a/.github/workflows/validateHeaders.yml +++ b/.github/workflows/validateHeaders.yml @@ -19,7 +19,7 @@ jobs: egress-policy: audit - name: Check out repository code - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0