|
@@ -97,7 +97,7 @@ jobs:
|
|
|
if: needs.get-chart.outputs.result == 'ok'
|
|
|
steps:
|
|
|
- name: Checkout bitnami/charts
|
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
|
|
with:
|
|
|
ref: ${{github.event.pull_request.head.ref}}
|
|
|
repository: ${{github.event.pull_request.head.repo.full_name}}
|
|
@@ -174,14 +174,14 @@ jobs:
|
|
|
if: needs.get-chart.outputs.result == 'ok'
|
|
|
steps:
|
|
|
- name: Checkout bitnami/charts
|
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
|
|
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@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
|
|
with:
|
|
|
path: upstream-charts
|
|
|
- name: Setup git configuration
|
|
@@ -483,7 +483,7 @@ jobs:
|
|
|
threshold: ${{ steps.set-output.outputs.threshold }}
|
|
|
if: needs.get-chart.outputs.result == 'ok'
|
|
|
steps:
|
|
|
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
|
|
name: Checkout 'main' branch
|
|
|
with:
|
|
|
path: charts-main
|
|
@@ -559,7 +559,7 @@ jobs:
|
|
|
)
|
|
|
name: VIB Verify
|
|
|
steps:
|
|
|
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
|
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
|
|
name: Checkout Repository
|
|
|
with:
|
|
|
ref: ${{ github.event.pull_request.head.ref }}
|