File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 env :
2020 KUBECONFIG : " ${{ github.workspace }}/.kubeconfig.yaml"
2121 steps :
22- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323 with :
2424 ref : ${{github.event.pull_request.head.sha}}
2525 - name : Set up Helm
4949 name : Unit Tests
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
52+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5353 with :
5454 ref : ${{github.event.pull_request.head.sha}}
5555 - uses : d3adb5/helm-unittest-action@850bc76597579183998069830d5fa8c3ef0ea34a # v2
6060 name : Helm Docs
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
63+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6464 with :
6565 ref : ${{github.event.pull_request.head.sha}}
6666 - name : Run helm-docs
Original file line number Diff line number Diff line change 1818 if : " ! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
1919 runs-on : stakater-nonprod
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222 with :
2323 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
2424 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
5454 if : ${{ vars.RELEASE_CIRCUIT_BREAKER == 'false' }}
5555 steps :
5656 - name : Check out code
57- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
57+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5858 with :
5959 fetch-depth : 0
6060 - name : Get next version
7373 if : needs.bump-version.outputs.has_next_version == 'true'
7474 steps :
7575 - name : Check out code
76- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
76+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
7777 with :
7878 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
7979 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 1212 contents : write
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616 with :
1717 fetch-depth : 0 # See: https://goreleaser.com/ci/actions/
1818 - name : Create Release
You can’t perform that action at this time.
0 commit comments