File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference types="astro/client" />
2
+ /// <reference path="content.d.ts" />
Original file line number Diff line number Diff line change 6
6
" Merbivore" ,
7
7
" Monokai" ,
8
8
" SARIF" ,
9
+ " withastro" ,
9
10
" ZIZMOR"
10
11
],
11
12
"allowCompoundWords" : true ,
Original file line number Diff line number Diff line change 5
5
- All code should be formatted with Prettier.
6
6
- Use ESLint v8.57.1 to check for JavaScript errors.
7
7
- Node v22 is used for development.
8
- - Use Bootstrap v5.3.7 for styling.
8
+ - Use Bootstrap v5.3.8 for styling.
9
9
- Use latest Astro for building the website.
10
10
- Locally host JS/CSS - don't use third-party CDNs.
11
11
- All HTML must be accessible.
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : ⬇️ Checkout
21
- uses : actions/checkout@v5
21
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
+ with :
23
+ persist-credentials : false
24
+
22
25
- name : Install, build, and upload your site
23
- uses : withastro/action@v4
26
+ uses : withastro/action@77fad83745446cf039d76af7037b782f1af80749 # v4.1.0
24
27
25
28
deploy :
26
29
needs : build
31
34
steps :
32
35
- name : Deploy to GitHub Pages
33
36
id : deployment
34
- uses : actions/deploy-pages@v4
37
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
persist-credentials : false
28
28
29
29
- name : Initialize CodeQL
30
- uses : github/codeql-action/init@v3
30
+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
31
31
with :
32
32
languages : ' javascript'
33
33
queries : +security-and-quality
34
34
35
35
- name : Perform CodeQL Analysis
36
- uses : github/codeql-action/analyze@v3
36
+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : Super-linter
33
- uses : super-linter/super-linter/slim@v8 .1.0
33
+ uses : super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0 .1.0
34
34
env :
35
35
DEFAULT_BRANCH : main
36
36
FILTER_REGEX_EXCLUDE : ' /test/'
45
45
VALIDATE_CSS : false
46
46
VALIDATE_EDITORCONFIG : false
47
47
VALIDATE_GIT_COMMITLINT : false
48
- VALIDATE_GITHUB_ACTIONS_ZIZMOR : false
49
48
VALIDATE_HTML_PRETTIER : false
50
49
VALIDATE_JAVASCRIPT_PRETTIER : false
51
50
VALIDATE_JSON_PRETTIER : false
You can’t perform that action at this time.
0 commit comments