From e9fa183af992bf6888d109b9a7b5afbfe740d5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:33:58 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 (#26113) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...a5ac7e51b41094c92402da3b24376905380afc29) --- 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/cd-pipeline.yml | 6 +++--- .github/workflows/ci-pipeline.yml | 4 ++-- .github/workflows/license-headers.yml | 2 +- .github/workflows/markdown-linter.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index f1c6c8478f..8d8bda015d 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -21,7 +21,7 @@ jobs: chart: ${{ steps.get-chart.outputs.chart }} result: ${{ steps.get-chart.outputs.result }} steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: path: charts fetch-depth: 2 # to be able to obtain files changed in the latest commit @@ -71,7 +71,7 @@ jobs: CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }} VIB_PUBLIC_URL: https://cp.bromelia.vmware.com steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 name: Checkout Repository with: path: charts @@ -95,7 +95,7 @@ jobs: with: path: ~/artifacts # If we perform a checkout of the main branch, we will find conflicts with the submodules - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: ref: 'index' path: index diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 7294305fe2..1c296be1ab 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -100,7 +100,7 @@ jobs: if: needs.get-chart.outputs.result == 'ok' steps: - name: Checkout bitnami/charts - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -270,7 +270,7 @@ jobs: ) name: VIB Verify steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 name: Checkout Repository with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/license-headers.yml b/.github/workflows/license-headers.yml index 6d8e3a3ad7..78b592a601 100644 --- a/.github/workflows/license-headers.yml +++ b/.github/workflows/license-headers.yml @@ -19,7 +19,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 name: Checkout Repository with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index f7b5f97cb1..feb15366b4 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Execute markdownlint env: DIFF_URL: "${{github.event.pull_request.diff_url}}"