Commit e203144 1 parent b4f808f commit e203144 Copy full SHA for e203144
File tree 8 files changed +25
-25
lines changed
8 files changed +25
-25
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@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
11
+ uses : defenseunicorns/uds-common/.github/workflows/commitlint.yaml@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.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@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@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
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 @@ -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@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Create release tag
21
21
id : tag
22
- uses : google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
22
+ uses : google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
23
23
- id : release-flag
24
24
run : echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT
25
25
@@ -37,10 +37,10 @@ jobs:
37
37
packages : write
38
38
39
39
steps :
40
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
40
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41
41
42
42
- name : Environment setup
43
- uses : defenseunicorns/uds-common/.github/actions/setup@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
43
+ uses : defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
44
44
with :
45
45
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
46
46
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@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
54
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.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 @@ -42,27 +42,27 @@ jobs:
42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
45
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46
46
47
47
- name : Environment setup
48
- uses : defenseunicorns/uds-common/.github/actions/setup@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
48
+ uses : defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
49
49
with :
50
50
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
51
51
registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
52
52
ghToken : ${{ secrets.GITHUB_TOKEN }}
53
53
54
54
- name : Test
55
- uses : defenseunicorns/uds-common/.github/actions/test@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
55
+ uses : defenseunicorns/uds-common/.github/actions/test@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
56
56
with :
57
57
flavor : ${{ matrix.flavor }}
58
58
type : ${{ matrix.type }}
59
59
60
60
- name : Debug Output
61
61
if : ${{ always() }}
62
- uses : defenseunicorns/uds-common/.github/actions/debug-output@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
62
+ uses : defenseunicorns/uds-common/.github/actions/debug-output@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
63
63
64
64
- name : Save logs
65
65
if : always()
66
- uses : defenseunicorns/uds-common/.github/actions/save-logs@7cb81b1d4d9853c838200906e17a1c798a2d835e # v0.4.6
66
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
67
67
with :
68
68
suffix : ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"yaml.schemas" : {
3
- "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.4 /uds.schema.json" : [
3
+ "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.1 /uds.schema.json" : [
4
4
" uds-bundle.yaml"
5
5
],
6
6
7
- "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.4 /tasks.schema.json" : [
7
+ "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.1 /tasks.schema.json" : [
8
8
" tasks.yaml" ,
9
9
" tasks/**/*.yaml" ,
10
10
" src/**/validate.yaml"
11
11
],
12
- "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.33.1 /zarf.schema.json" : [
12
+ "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.34.0 /zarf.schema.json" : [
13
13
" zarf.yaml"
14
14
]
15
15
},
Original file line number Diff line number Diff line change 1
1
includes :
2
2
- test : ./tasks/test.yaml
3
- - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.6 /tasks/create.yaml
4
- - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.6 /tasks/lint.yaml
5
- - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.6 /tasks/pull.yaml
6
- - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.6 /tasks/deploy.yaml
7
- - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.6 /tasks/setup.yaml
3
+ - create : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/create.yaml
4
+ - lint : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/lint.yaml
5
+ - pull : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/pull.yaml
6
+ - deploy : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/deploy.yaml
7
+ - setup : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0 /tasks/setup.yaml
8
8
9
9
tasks :
10
10
- 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.6 /tasks/create.yaml
3
- - publish : https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.6 /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