diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index ffcc4867a7..b965834ed4 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@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 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@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 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@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: 'index' path: index @@ -175,7 +175,7 @@ jobs: name: Push tag if: ${{ needs.get-chart.outputs.result == 'ok' }} steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: path: charts fetch-depth: 2 # to be able to obtain files changed in the latest commit @@ -203,7 +203,7 @@ jobs: name: Push Promotion files if: ${{ needs.get-chart.outputs.result == 'ok' }} steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: path: charts - name: Install helm diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 7eccb6bd65..8ff182e047 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -99,7 +99,7 @@ jobs: error: ${{ steps.check-images.outputs.error }} steps: - name: Checkout bitnami/charts - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -146,14 +146,14 @@ jobs: if: needs.get-chart.outputs.result == 'ok' steps: - name: Checkout bitnami/charts - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} token: ${{ secrets.BITNAMI_BOT_TOKEN }} path: charts - name: Clone upstream bitnami/charts repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 with: path: upstream-charts - name: Setup git configuration @@ -359,7 +359,7 @@ jobs: threshold: ${{ steps.set-output.outputs.threshold }} if: needs.get-chart.outputs.result == 'ok' steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 name: Checkout 'main' branch with: path: charts-main @@ -435,7 +435,7 @@ jobs: ) name: VIB Verify steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 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 67240fe005..cfbe209ea7 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@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 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 b822c92df0..b42b1aa263 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -20,7 +20,7 @@ jobs: - name: Install mardownlint run: npm install -g markdownlint-cli@0.33.0 - name: Checkout project - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Execute markdownlint env: DIFF_URL: "${{github.event.pull_request.diff_url}}" diff --git a/.github/workflows/values-ascii-check.yml b/.github/workflows/values-ascii-check.yml index 1bf99c0989..8392124130 100644 --- a/.github/workflows/values-ascii-check.yml +++ b/.github/workflows/values-ascii-check.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Checkout project - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 - name: Values ASCII validator env: DIFF_URL: "${{github.event.pull_request.diff_url}}"