File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 sudo chown $USER /tmp/uds-*.log || echo ""
1717 shell : bash
1818
19- - uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
19+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
2020 with :
2121 name : debug-log${{ inputs.suffix }}
2222 path : |
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2323 with :
2424 fetch-depth : 0
2525
2929 - name : Install commitlint
3030 run : |
3131 npm install --save-dev @commitlint/config-conventional@19.2.2
32- npm install --save-dev @commitlint/cli@19.2.2
32+ npm install --save-dev @commitlint/cli@19.3.0
3333
3434 - name : Lint PR title
3535 env :
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 3333 packages : write
3434
3535 steps :
36- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3737
3838 - name : Environment setup
3939 uses : ./.github/actions/setup
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4747
4848 - name : Clean Runner
4949 uses : ./.github/actions/clean-runner
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
1616# # Supported Tool Versions
1717
1818- UDS CLI : 0.10.4
19- - UDS Core : 0.20 .0
19+ - UDS Core : 0.21 .0
2020- K3D : 5.6.3
2121
2222NOTE : Zarf is not required for tasks in this repo, the vendored zarf (`uds zarf`) included with UDS CLI is used instead to prevent version mismatches.
Original file line number Diff line number Diff line change 44 version :
55 description : The version of k3d-core-slim-dev to deploy
66 # renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
7- default : 0.20 .0
7+ default : 0.21 .0
88 insecure_keycloak_admin :
99 description : Automatically set a keycloak admin username / password
1010 default : " true"
1717 version :
1818 description : The version of k3d-core-demo to deploy
1919 # renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
20- default : 0.20 .0
20+ default : 0.21 .0
2121 insecure_keycloak_admin :
2222 description : Automatically set a keycloak admin username / password
2323 default : " true"
You can’t perform that action at this time.
0 commit comments