File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
11+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Environment setup
23- uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
23+ uses : defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.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 2222
2323 steps :
2424 - name : " Checkout code"
25- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2626 with :
2727 persist-credentials : false
2828
@@ -37,14 +37,14 @@ jobs:
3737 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3838 # format to the repository Actions tab.
3939 - name : " Upload artifact"
40- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
40+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
4141 with :
4242 name : SARIF file
4343 path : results.sarif
4444 retention-days : 5
4545
4646 # Upload the results to GitHub's code scanning dashboard.
4747 - name : " Upload to code-scanning"
48- uses : github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
48+ uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
4949 with :
5050 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737 packages : write
3838
3939 steps :
40- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4141
4242 - name : Environment setup
43- uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
43+ uses : defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
4444 with :
4545 registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
4646 registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
5151
5252 - name : Save logs
5353 if : always()
54- uses : defenseunicorns/uds-common/.github/actions/save-logs@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
54+ uses : defenseunicorns/uds-common/.github/actions/save-logs@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
5555 with :
5656 suffix : ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -42,23 +42,23 @@ jobs:
4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4646
4747 - name : Environment setup
48- uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
48+ uses : defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.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@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
55+ uses : defenseunicorns/uds-common/.github/actions/test@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
5656 with :
5757 flavor : ${{ matrix.flavor }}
5858 type : ${{ matrix.type }}
5959
6060 - name : Save logs
6161 if : always()
62- uses : defenseunicorns/uds-common/.github/actions/save-logs@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
62+ uses : defenseunicorns/uds-common/.github/actions/save-logs@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
6363 with :
6464 suffix : ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change 99 " tasks/**/*.yaml" ,
1010 " src/**/validate.yaml"
1111 ],
12- "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.0 /zarf.schema.json" : [
12+ "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.1 /zarf.schema.json" : [
1313 " zarf.yaml"
1414 ]
1515 },
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ includes:
22 - cleanup : ./tasks/cleanup.yaml
33 - dependencies : ./tasks/dependencies.yaml
44 - test : ./tasks/test.yaml
5- - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/create.yaml
6- - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/lint.yaml
7- - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/pull.yaml
8- - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/deploy.yaml
9- - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/setup.yaml
5+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/create.yaml
6+ - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/lint.yaml
7+ - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/pull.yaml
8+ - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/deploy.yaml
9+ - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/setup.yaml
1010
1111tasks :
1212 - name : default
Original file line number Diff line number Diff line change 11includes :
2- - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/create.yaml
3- - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/publish.yaml
2+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/create.yaml
3+ - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/publish.yaml
44
55tasks :
66 - name : package
You can’t perform that action at this time.
0 commit comments