|
@@ -99,7 +99,7 @@ jobs:
|
|
|
error: ${{ steps.check-images.outputs.error }}
|
|
|
steps:
|
|
|
- name: Checkout bitnami/charts
|
|
|
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
|
|
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
|
|
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
|
|
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
|
|
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
name: Checkout 'main' branch
|
|
|
with:
|
|
|
path: charts-main
|
|
@@ -435,7 +435,7 @@ jobs:
|
|
|
)
|
|
|
name: VIB Verify
|
|
|
steps:
|
|
|
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
|
|
|
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
name: Checkout Repository
|
|
|
with:
|
|
|
ref: ${{ github.event.pull_request.head.ref }}
|