Commit 275ccd6 1 parent 9613f76 commit 275ccd6 Copy full SHA for 275ccd6
File tree 9 files changed +22
-22
lines changed
9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
validate :
14
14
name : Validate
15
- uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@264ec430c4079129870820e70c4439f3f3d57cbc # v0.3.9
15
+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
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@264ec430c4079129870820e70c4439f3f3d57cbc # v0.3.9
23
+ uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
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 45
45
46
46
# Upload the results to GitHub's code scanning dashboard.
47
47
- name : " Upload to code-scanning"
48
- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
48
+ uses : github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 36
36
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37
37
38
38
- name : Environment setup
39
- uses : defenseunicorns/uds-common/.github/actions/setup@264ec430c4079129870820e70c4439f3f3d57cbc # v0.3.9
39
+ uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
40
40
with :
41
41
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
42
42
registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
51
51
52
52
- name : Save logs
53
53
if : always()
54
- uses : defenseunicorns/uds-common/.github/actions/save-logs@264ec430c4079129870820e70c4439f3f3d57cbc # v0.3.9
54
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
55
55
with :
56
56
suffix : ' ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}'
Original file line number Diff line number Diff line change @@ -46,20 +46,20 @@ jobs:
46
46
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
47
47
48
48
- name : Environment setup
49
- uses : defenseunicorns/uds-common/.github/actions/setup@264ec430c4079129870820e70c4439f3f3d57cbc # v0.3.9
49
+ uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
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@264ec430c4079129870820e70c4439f3f3d57cbc # v0.3.9
56
+ uses : defenseunicorns/uds-common/.github/actions/test@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
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@264ec430c4079129870820e70c4439f3f3d57cbc # v0.3.9
63
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
64
64
with :
65
65
suffix : ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ["--maxkb=1024"]
31
31
hooks :
32
32
- id : fix-smartquotes
33
33
- repo : https://github.com/python-jsonschema/check-jsonschema
34
- rev : 0.28.0
34
+ rev : 0.28.2
35
35
hooks :
36
36
- id : check-jsonschema
37
37
name : " Validate Zarf Configs Against Schema"
@@ -40,14 +40,14 @@ repos:
40
40
args :
41
41
[
42
42
" --schemafile" ,
43
- " https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.6 /zarf.schema.json" ,
43
+ " https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.0 /zarf.schema.json" ,
44
44
" --no-cache"
45
45
]
46
46
- repo : https://github.com/golangci/golangci-lint
47
47
rev : v1.57.2
48
48
hooks :
49
49
- id : golangci-lint
50
50
- repo : https://github.com/renovatebot/pre-commit-hooks
51
- rev : 37.275.0
51
+ rev : 37.301.6
52
52
hooks :
53
53
- id : renovate-config-validator
Original file line number Diff line number Diff line change 8
8
]
9
9
},
10
10
"yaml.schemas" : {
11
- "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.1 /uds.schema.json" : [
11
+ "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.4 /uds.schema.json" : [
12
12
" uds-bundle.yaml"
13
13
],
14
- "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.1 /tasks.schema.json" : [
14
+ "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.4 /tasks.schema.json" : [
15
15
" tasks.yaml" ,
16
16
" tasks/**/*.yaml" ,
17
17
" src/**/validate.yaml"
18
18
],
19
- "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.6 /zarf.schema.json" : [
19
+ "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.0 /zarf.schema.json" : [
20
20
" zarf.yaml"
21
21
]
22
22
},
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.3.9 /tasks/create.yaml
6
- - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.9 /tasks/lint.yaml
7
- - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.9 /tasks/pull.yaml
8
- - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.9 /tasks/deploy.yaml
9
- - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.9 /tasks/setup.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
10
10
11
11
tasks :
12
12
- name : default
Original file line number Diff line number Diff line change 1
1
includes :
2
2
- dependencies : ./dependencies.yaml
3
- - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.9 /tasks/create.yaml
4
- - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.9 /tasks/publish.yaml
3
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/create.yaml
4
+ - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.3.11 /tasks/publish.yaml
5
5
6
6
tasks :
7
7
- name : package
You can’t perform that action at this time.
0 commit comments