File tree Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 5
5
" fediverse" ,
6
6
" Merbivore" ,
7
7
" Monokai" ,
8
- " SARIF"
8
+ " SARIF" ,
9
+ " ZIZMOR"
9
10
],
10
11
"allowCompoundWords" : true ,
11
12
"language" : " en,en-US" ,
Original file line number Diff line number Diff line change 1
- name : " CodeQL"
1
+ name : ' CodeQL'
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- main
7
- - " !dependabot/**"
7
+ - ' !dependabot/**'
8
8
pull_request :
9
9
branches :
10
10
- main
11
- - " !dependabot/**"
11
+ - ' !dependabot/**'
12
12
workflow_dispatch :
13
13
14
14
jobs :
@@ -22,12 +22,14 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v5
25
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
+ with :
27
+ persist-credentials : false
26
28
27
29
- name : Initialize CodeQL
28
30
uses : github/codeql-action/init@v3
29
31
with :
30
- languages : " javascript"
32
+ languages : ' javascript'
31
33
queries : +security-and-quality
32
34
33
35
- name : Perform CodeQL Analysis
Original file line number Diff line number Diff line change 1
- name : " Check spelling"
1
+ name : ' Check spelling'
2
2
on :
3
3
push :
4
4
branches : [main]
13
13
runs-on : ubuntu-latest
14
14
if : ${{ github.actor != 'dependabot[bot]' }}
15
15
steps :
16
- - uses : actions/checkout@v5
17
- - uses : streetsidesoftware/cspell-action@v7
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
+ with :
18
+ persist-credentials : false
19
+
20
+ - uses : streetsidesoftware/cspell-action@dcd03dc3e8a59ec2e360d0c62db517baa0b4bb6d # v7.2.0
18
21
with :
19
22
check_dot_files : false
20
23
incremental_files_only : true
Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout Code
27
- uses : actions/checkout@v5
27
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
28
with :
29
29
fetch-depth : 0
30
+ persist-credentials : false
30
31
31
32
- name : Super-linter
32
- uses : super-linter/super-linter/slim@v8
33
+ uses : super-linter/super-linter/slim@v8.1.0
33
34
env :
34
35
DEFAULT_BRANCH : main
35
36
FILTER_REGEX_EXCLUDE : ' /test/'
44
45
VALIDATE_CSS : false
45
46
VALIDATE_EDITORCONFIG : false
46
47
VALIDATE_GIT_COMMITLINT : false
48
+ VALIDATE_GITHUB_ACTIONS_ZIZMOR : false
47
49
VALIDATE_HTML_PRETTIER : false
48
50
VALIDATE_JAVASCRIPT_PRETTIER : false
49
51
VALIDATE_JSON_PRETTIER : false
50
52
VALIDATE_JSCPD : false
51
53
VALIDATE_NATURAL_LANGUAGE : false
52
- VALIDTAE_YAML_PRETTIER : false
54
+ VALIDATE_YAML_PRETTIER : false
You can’t perform that action at this time.
0 commit comments