Commit 999499e 1 parent acf28bc commit 999499e Copy full SHA for 999499e
File tree 9 files changed +23
-23
lines changed
9 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@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
15
+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : Environment setup
23
- uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
23
+ uses : defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.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 22
22
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
26
26
with :
27
27
persist-credentials : false
28
28
@@ -37,14 +37,14 @@ jobs:
37
37
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
38
38
# format to the repository Actions tab.
39
39
- name : " Upload artifact"
40
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
40
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
41
41
with :
42
42
name : SARIF file
43
43
path : results.sarif
44
44
retention-days : 5
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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
48
+ uses : github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
packages : write
34
34
35
35
steps :
36
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
37
37
38
38
- name : Environment setup
39
- uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
39
+ uses : defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
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@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
54
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
47
47
48
48
- name : Environment setup
49
- uses : defenseunicorns/uds-common/.github/actions/setup@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
49
+ uses : defenseunicorns/uds-common/.github/actions/setup@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.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@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
56
+ uses : defenseunicorns/uds-common/.github/actions/test@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.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@0a1622c9ff2298722b9e47563236ac56d1a93a56 # v0.3.11
63
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@a6fba9c0084319325d70816a3481aec0979649fa # v0.4.0
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 @@ -40,14 +40,14 @@ repos:
40
40
args :
41
41
[
42
42
" --schemafile" ,
43
- " https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.0 /zarf.schema.json" ,
43
+ " https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.1 /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.301.6
51
+ rev : 37.323.1
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.0 /zarf.schema.json" : [
19
+ "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.1 /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.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
5
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/create.yaml
6
+ - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/lint.yaml
7
+ - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/pull.yaml
8
+ - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/deploy.yaml
9
+ - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.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
- - 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
3
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/create.yaml
4
+ - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0 /tasks/publish.yaml
5
5
6
6
tasks :
7
7
- name : package
You can’t perform that action at this time.
0 commit comments