From 69b7934deb4535814feb541fcb18f707343263f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:46:04 +0100 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 (#73998) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [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/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-pipeline.yml | 4 ++-- .github/workflows/markdown-linter.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 44f177d257c8..f6580abde989 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -61,7 +61,7 @@ jobs: pull-requests: write needs: get-containers steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 name: Checkout Repository with: ref: ${{ github.event.pull_request.head.ref }} @@ -102,7 +102,7 @@ jobs: matrix: container: ${{ fromJSON(needs.get-containers.outputs.containers) }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 name: Checkout Repository with: # Full history is not required anymore diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index bd4d6932c704..ff51441a5d37 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -19,7 +19,7 @@ jobs: - name: Install mardownlint run: npm install -g markdownlint-cli@0.33.0 - name: Checkout project - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Execute markdownlint env: DIFF_URL: "${{github.event.pull_request.diff_url}}"