File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ updates:
10
10
- minor
11
11
- patch
12
12
ignore :
13
- - dependency-name : " actions/attest-build-provenance"
13
+ - dependency-name : ' actions/attest-build-provenance'
14
14
15
15
- package-ecosystem : npm
16
16
directory : /
Original file line number Diff line number Diff line change 69
69
github-token : ${{ secrets.GITHUB_TOKEN }}
70
70
- name : Dump output
71
71
run : jq < ${{ steps.attest-provenance.outputs.bundle-path }}
72
-
Original file line number Diff line number Diff line change 38
38
39
39
- name : Lint Codebase
40
40
id : super-linter
41
- uses : super-linter/super-linter/slim@v6
41
+ uses : super-linter/super-linter/slim@v7
42
42
env :
43
43
DEFAULT_BRANCH : main
44
44
FILTER_REGEX_EXCLUDE : dist/**/*
48
48
VALIDATE_JAVASCRIPT_STANDARD : false
49
49
VALIDATE_TYPESCRIPT_STANDARD : false
50
50
VALIDATE_JSCPD : false
51
+ VALIDATE_YAML_PRETTIER : false
You can’t perform that action at this time.
0 commit comments