File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 if : needs.get-chart.outputs.result == 'ok'
4343 steps :
4444 - name : Checkout bitnami/charts
45- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
45+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4646 with :
4747 ref : ${{github.event.pull_request.head.ref}}
4848 repository : ${{github.event.pull_request.head.repo.full_name}}
4949 token : ${{ secrets.BITNAMI_BOT_TOKEN }}
5050 path : charts
5151 - name : Clone upstream bitnami/charts repository
52- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
52+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5353 with :
5454 path : upstream-charts
5555 - name : Setup git configuration
Original file line number Diff line number Diff line change 4040 if : needs.get-chart.outputs.result == 'ok'
4141 steps :
4242 - name : Checkout bitnami/charts
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4444 with :
4545 path : charts
4646 - id : check-hardcoded-images
@@ -113,13 +113,13 @@ jobs:
113113 if : needs.get-chart.outputs.result == 'ok'
114114 steps :
115115 - name : Checkout bitnami/charts
116- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
116+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
117117 with :
118118 ref : ${{github.event.pull_request.head.ref}}
119119 repository : ${{github.event.pull_request.head.repo.full_name}}
120120 path : charts-pr
121121 - name : Checkout bitnami/charts
122- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
122+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
123123 with :
124124 ref : ${{github.event.pull_request.base.ref}}
125125 repository : ${{github.event.pull_request.base.repo.full_name}}
Original file line number Diff line number Diff line change 1818 result : ${{ steps.integrity-check.outputs.result }}
1919 if : ${{ github.repository_owner == 'bitnami' }}
2020 steps :
21- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2222 with :
2323 ref : ' index'
2424 - name : Check index integrity
Original file line number Diff line number Diff line change 1616 steps :
1717 - id : checkout-repo
1818 name : Checkout repo
19- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020 with :
2121 ref : index
2222 path : index
6060 curl -SsLfO "https://get.helm.sh/${HELM_TARBALL}" && sudo tar xf "$HELM_TARBALL" --strip-components 1 -C /usr/local/bin
6161 # Install file plugin
6262 helm plugin add https://github.com/zoobab/helm_file_repo
63- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
63+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6464 with :
6565 ref : ' index'
6666 path : index
Original file line number Diff line number Diff line change 1919 contents : read
2020 pull-requests : write
2121 steps :
22- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2323 name : Checkout Repository
2424 with :
2525 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 2020 - name : Install mardownlint
2121 run : npm install -g markdownlint-cli@0.33.0
2222 - name : Checkout project
23- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424 - name : Execute markdownlint
2525 env :
2626 DIFF_URL : " ${{github.event.pull_request.diff_url}}"
Original file line number Diff line number Diff line change 2222 result : ${{ steps.get-chart.outputs.result }}
2323 if : ${{ github.repository_owner == 'bitnami' }}
2424 steps :
25- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
25+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626 with :
2727 path : charts
2828 fetch-depth : 2 # to be able to obtain files changed in the latest commit
6969 name : Push tag
7070 if : ${{ needs.get-chart.outputs.result == 'ok' }}
7171 steps :
72- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
72+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7373 with :
7474 path : charts
7575 fetch-depth : 2 # to be able to obtain files changed in the latest commit
Original file line number Diff line number Diff line change 1717 contents : read
1818 steps :
1919 - name : Checkout project
20- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2121 - name : Values ASCII validator
2222 env :
2323 DIFF_URL : " ${{github.event.pull_request.diff_url}}"
You can’t perform that action at this time.
0 commit comments