File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 # Required for vault
3030 id-token : write
3131 steps :
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333 with :
3434 ref : " ${{ env.WEBHOOK_REF }}"
3535 path : webhook
5050 charts
5151
5252 - name : Checkout charts repository
53- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
53+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5454 with :
5555 repository : ${{ github.repository_owner }}/charts
5656 ref : " ${{ env.CHARTS_REF }}"
Original file line number Diff line number Diff line change 3232 - name : Install dependencies
3333 run : sudo snap install yq --channel=v4/stable
3434
35- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
35+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3636 with :
3737 ref : " ${{ env.WEBHOOK_REF }}"
3838 path : webhook
5353 rancher
5454
5555 - name : Checkout rancher repository
56- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
56+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5757 with :
5858 repository : ${{ github.repository_owner }}/rancher
5959 ref : " ${{ env.RANCHER_REF }}"
7171 charts_branch=$(grep '"chart-default-branch"' pkg/settings/setting.go | cut -d'"' -f4)
7272 echo "charts_branch=$charts_branch" >> $GITHUB_OUTPUT
7373
74- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
74+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7575 with :
7676 repository : ${{ github.repository_owner }}/charts
7777 ref : " ${{ steps.find_charts_branch.outputs.charts_branch }}"
You can’t perform that action at this time.
0 commit comments