Commit f146132 1 parent fce7636 commit f146132 Copy full SHA for f146132
File tree 8 files changed +19
-19
lines changed
8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
validate :
10
10
name : Validate
11
- uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
11
+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
20
+ uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
21
21
with :
22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
25
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
26
- name : ' Dependency Review'
27
- uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
27
+ uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
Original file line number Diff line number Diff line change 20
20
fetch-depth : 0
21
21
22
22
- name : Environment setup
23
- uses : defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
23
+ uses : defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
24
24
with :
25
25
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
26
26
registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Original file line number Diff line number Diff line change 39
39
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
40
41
41
- name : Environment setup
42
- uses : defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
42
+ uses : defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
43
43
with :
44
44
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
45
45
registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
50
50
51
51
- name : Save logs
52
52
if : always()
53
- uses : defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
53
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
54
54
with :
55
55
suffix : ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -46,21 +46,21 @@ jobs:
46
46
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
47
48
48
- name : Environment setup
49
- uses : defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
49
+ uses : defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
50
50
with :
51
51
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
52
52
registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
53
53
ghToken : ${{ secrets.GITHUB_TOKEN }}
54
54
55
55
- name : Test
56
- uses : defenseunicorns/uds-common/.github/actions/test@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
56
+ uses : defenseunicorns/uds-common/.github/actions/test@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
57
57
with :
58
58
flavor : ${{ matrix.flavor }}
59
59
type : ${{ matrix.type }}
60
60
61
61
- name : Save logs
62
62
if : always()
63
- uses : defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
63
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
64
64
with :
65
65
suffix : ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
66
66
Original file line number Diff line number Diff line change 32
32
hooks :
33
33
- id : fix-smartquotes
34
34
- repo : https://github.com/python-jsonschema/check-jsonschema
35
- rev : 0.28.4
35
+ rev : 0.28.5
36
36
hooks :
37
37
- id : check-jsonschema
38
38
name : " Validate Zarf Configs Against Schema"
@@ -45,10 +45,10 @@ repos:
45
45
" --no-cache"
46
46
]
47
47
- repo : https://github.com/golangci/golangci-lint
48
- rev : v1.59.0
48
+ rev : v1.59.1
49
49
hooks :
50
50
- id : golangci-lint
51
51
- repo : https://github.com/renovatebot/pre-commit-hooks
52
- rev : 37.391.0
52
+ rev : 37.399.9
53
53
hooks :
54
54
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ includes:
2
2
- cleanup : ./tasks/cleanup.yaml
3
3
- dependencies : ./tasks/dependencies.yaml
4
4
- test : ./tasks/test.yaml
5
- - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5 /tasks/create.yaml
6
- - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5 /tasks/lint.yaml
7
- - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5 /tasks/pull.yaml
8
- - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5 /tasks/deploy.yaml
9
- - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5 /tasks/setup.yaml
5
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/create.yaml
6
+ - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/lint.yaml
7
+ - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/pull.yaml
8
+ - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/deploy.yaml
9
+ - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/setup.yaml
10
10
11
11
tasks :
12
12
- name : default
Original file line number Diff line number Diff line change 1
1
includes :
2
- - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5 /tasks/create.yaml
3
- - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5 /tasks/publish.yaml
2
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/create.yaml
3
+ - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/publish.yaml
4
4
5
5
tasks :
6
6
- name : package
You can’t perform that action at this time.
0 commit comments