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}}"