File tree Expand file tree Collapse file tree 14 files changed +18
-18
lines changed
Expand file tree Collapse file tree 14 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1515 build :
1616 runs-on : [ ubuntu-latest ]
1717 steps :
18- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 fetch-depth : 0
2121 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3131 permission-contents : write
3232
3333 - name : Checkout
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
34+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 with :
3636 repository : ${{ github.event.pull_request.head.repo.full_name }}
3737 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 1212 name : " Prepare E2E Scenarios"
1313 steps :
1414 - name : " Checkout"
15- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
1717 # find all e2e scenarios in the e2e directory and generate an array of scenario names
1818 - name : " E2E Detection"
Original file line number Diff line number Diff line change 1919 name : " Prepare E2E Scenarios"
2020 steps :
2121 - name : " Checkout"
22- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 # find all e2e scenarios in the e2e directory and generate an array of scenario names
2525 - name : " E2E Detection"
Original file line number Diff line number Diff line change 1313 discussions : write
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 with :
1818 fetch-depth : 0
1919 token : ${{ secrets.GITHUB_TOKEN }}
3131 env :
3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 - name : Build Changelog
34- uses : mikepenz/release-changelog-builder-action@6faf020194b7c8853f9e55c4fd92e40b02122a04 # v6
34+ uses : mikepenz/release-changelog-builder-action@439f79b5b5428107c7688c1d2b0e8bacc9b8792c # v6.0.1
3535 with :
3636 configuration : .github/changelog-config.json
3737 ignorePreReleases : true
Original file line number Diff line number Diff line change @@ -128,4 +128,4 @@ jobs:
128128 steps :
129129 - name : Deploy to GitHub Pages
130130 id : deployment
131- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
131+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Original file line number Diff line number Diff line change 3030 id-token : write
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
33+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
3535 # Install the cosign tool except on PR
3636 # https://github.com/sigstore/cosign-installer
Original file line number Diff line number Diff line change 1111 helm-lint :
1212 runs-on : [ ubuntu-latest ]
1313 steps :
14- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2727 chartName : greenhouse-ui
2828
2929 steps :
30- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
30+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 fetch-depth : 0
3333 token : ${{ secrets.GITHUB_TOKEN }}
5858
5959 - name : Get changed files
6060 id : changed-files
61- uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
61+ uses : tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1
6262 with :
6363 files : |
6464 ${{ matrix.chartDir }}/**
Original file line number Diff line number Diff line change 88 kustomize :
99 runs-on : [ ubuntu-latest ]
1010 steps :
11- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 with :
1313 token : ${{ secrets.GITHUB_TOKEN }}
1414
You can’t perform that action at this time.
0 commit comments