File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19
19
with :
20
20
fetch-depth : 0
21
21
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 33
33
packages : write
34
34
35
35
steps :
36
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
36
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
37
37
38
38
- name : Environment setup
39
39
uses : defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
45
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
46
46
47
47
- name : Environment setup
48
48
uses : defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2
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.3
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.33.2 /zarf.schema.json" ,
44
44
" --no-cache"
45
45
]
46
46
- repo : https://github.com/golangci/golangci-lint
47
- rev : v1.58.0
47
+ rev : v1.58.1
48
48
hooks :
49
49
- id : golangci-lint
50
50
- repo : https://github.com/renovatebot/pre-commit-hooks
51
- rev : 37.342 .1
51
+ rev : 37.353 .1
52
52
hooks :
53
53
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments