File tree 9 files changed +26
-26
lines changed
9 files changed +26
-26
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@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
15
+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@859a9b2469c8a6c24c414fe34b127ec5677aea62 # v0.4.3
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : Environment setup
23
- uses : defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
23
+ uses : defenseunicorns/uds-common/.github/actions/setup@859a9b2469c8a6c24c414fe34b127ec5677aea62 # v0.4.3
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 @@ -22,12 +22,12 @@ jobs:
22
22
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
25
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
26
with :
27
27
persist-credentials : false
28
28
29
29
- name : " Run analysis"
30
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
30
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
31
31
with :
32
32
results_file : results.sarif
33
33
results_format : sarif
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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
48
+ uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Create release tag
17
17
id : tag
18
- uses : google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
18
+ uses : google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
19
19
- id : release-flag
20
20
run : echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT
21
21
@@ -33,10 +33,10 @@ jobs:
33
33
packages : write
34
34
35
35
steps :
36
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
36
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
37
38
38
- name : Environment setup
39
- uses : defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
39
+ uses : defenseunicorns/uds-common/.github/actions/setup@859a9b2469c8a6c24c414fe34b127ec5677aea62 # v0.4.3
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@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
54
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@859a9b2469c8a6c24c414fe34b127ec5677aea62 # v0.4.3
55
55
with :
56
56
suffix : ' ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}'
Original file line number Diff line number Diff line change @@ -43,23 +43,23 @@ jobs:
43
43
44
44
steps :
45
45
- name : Checkout repository
46
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
46
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
47
48
48
- name : Environment setup
49
- uses : defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
49
+ uses : defenseunicorns/uds-common/.github/actions/setup@859a9b2469c8a6c24c414fe34b127ec5677aea62 # v0.4.3
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@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
56
+ uses : defenseunicorns/uds-common/.github/actions/test@859a9b2469c8a6c24c414fe34b127ec5677aea62 # v0.4.3
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@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
63
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@859a9b2469c8a6c24c414fe34b127ec5677aea62 # v0.4.3
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 31
31
hooks :
32
32
- id : fix-smartquotes
33
33
- repo : https://github.com/python-jsonschema/check-jsonschema
34
- rev : 0.28.2
34
+ rev : 0.28.4
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.33.1 /zarf.schema.json" ,
43
+ " https://raw.githubusercontent.com/defenseunicorns/zarf/v0.34.0 /zarf.schema.json" ,
44
44
" --no-cache"
45
45
]
46
46
- repo : https://github.com/golangci/golangci-lint
47
- rev : v1.57 .2
47
+ rev : v1.58 .2
48
48
hooks :
49
49
- id : golangci-lint
50
50
- repo : https://github.com/renovatebot/pre-commit-hooks
51
- rev : 37.338 .0
51
+ rev : 37.377 .0
52
52
hooks :
53
53
- id : renovate-config-validator
Original file line number Diff line number Diff line change 16
16
" tasks/**/*.yaml" ,
17
17
" src/**/validate.yaml"
18
18
],
19
- "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.1 /zarf.schema.json" : [
19
+ "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.34.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.4.2 /tasks/create.yaml
6
- - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.2 /tasks/lint.yaml
7
- - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.2 /tasks/pull.yaml
8
- - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.2 /tasks/deploy.yaml
9
- - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.2 /tasks/setup.yaml
5
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.3 /tasks/create.yaml
6
+ - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.3 /tasks/lint.yaml
7
+ - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.3 /tasks/pull.yaml
8
+ - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.3 /tasks/deploy.yaml
9
+ - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.3 /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.4.2 /tasks/create.yaml
4
- - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.2 /tasks/publish.yaml
3
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.3 /tasks/create.yaml
4
+ - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.3 /tasks/publish.yaml
5
5
6
6
tasks :
7
7
- name : package
You can’t perform that action at this time.
0 commit comments