File tree 8 files changed +23
-23
lines changed
8 files changed +23
-23
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@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
15
+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
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@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
23
+ uses : defenseunicorns/uds-common/.github/actions/setup@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.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 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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
48
+ uses : github/codeql-action/upload-sarif@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3.26.4
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 42
42
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
43
44
44
- name : Environment setup
45
- uses : defenseunicorns/uds-common/.github/actions/setup@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
45
+ uses : defenseunicorns/uds-common/.github/actions/setup@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
46
46
with :
47
47
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
48
48
registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
@@ -67,10 +67,10 @@ jobs:
67
67
68
68
- name : Debug Output
69
69
if : ${{ always() }}
70
- uses : defenseunicorns/uds-common/.github/actions/debug-output@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
70
+ uses : defenseunicorns/uds-common/.github/actions/debug-output@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
71
71
72
72
- name : Save logs
73
73
if : always()
74
- uses : defenseunicorns/uds-common/.github/actions/save-logs@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
74
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
75
75
with :
76
76
suffix : ' ${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }}'
Original file line number Diff line number Diff line change @@ -46,25 +46,25 @@ jobs:
46
46
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47
47
48
48
- name : Environment setup
49
- uses : defenseunicorns/uds-common/.github/actions/setup@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
49
+ uses : defenseunicorns/uds-common/.github/actions/setup@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.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@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
56
+ uses : defenseunicorns/uds-common/.github/actions/test@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
57
57
with :
58
58
flavor : ${{ matrix.flavor }}
59
59
type : ${{ matrix.type }}
60
60
61
61
- name : Debug Output
62
62
if : ${{ always() }}
63
- uses : defenseunicorns/uds-common/.github/actions/debug-output@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
63
+ uses : defenseunicorns/uds-common/.github/actions/debug-output@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
64
64
65
65
- name : Save logs
66
66
if : always()
67
- uses : defenseunicorns/uds-common/.github/actions/save-logs@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
67
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
68
68
with :
69
69
suffix : ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
70
70
Original file line number Diff line number Diff line change 31
31
hooks :
32
32
- id : fix-smartquotes
33
33
- repo : https://github.com/python-jsonschema/check-jsonschema
34
- rev : 0.29.1
34
+ rev : 0.29.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.38.0 /zarf.schema.json" ,
43
+ " https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.3 /zarf.schema.json" ,
44
44
" --no-cache"
45
45
]
46
46
- repo : https://github.com/golangci/golangci-lint
47
- rev : v1.59.1
47
+ rev : v1.60.3
48
48
hooks :
49
49
- id : golangci-lint
50
50
- repo : https://github.com/renovatebot/pre-commit-hooks
51
- rev : 38.23.2
51
+ rev : 38.52.0
52
52
hooks :
53
53
- 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.11.2 /tasks/create.yaml
6
- - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/lint.yaml
7
- - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/pull.yaml
8
- - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/deploy.yaml
9
- - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/setup.yaml
5
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/create.yaml
6
+ - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/lint.yaml
7
+ - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/pull.yaml
8
+ - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/deploy.yaml
9
+ - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.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
2
- dependencies : ./dependencies.yaml
3
3
- test : ./test.yaml
4
- - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/create.yaml
5
- - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/deploy.yaml
6
- - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/publish.yaml
7
- - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2 /tasks/setup.yaml
4
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/create.yaml
5
+ - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/deploy.yaml
6
+ - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/publish.yaml
7
+ - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0 /tasks/setup.yaml
8
8
9
9
tasks :
10
10
- name : build-package
You can’t perform that action at this time.
0 commit comments