File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
40
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
48
+ uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
49
49
with :
50
50
sarif_file : results.sarif
Original file line number Diff line number Diff line change 68
68
with :
69
69
suffix : ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
70
70
71
- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
71
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
72
72
if : always()
73
73
with :
74
74
name : playwright-report-${{ 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.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.40.1 /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.61.0
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.94.1
52
52
hooks :
53
53
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments