File tree Expand file tree Collapse file tree 6 files changed +90
-89
lines changed Expand file tree Collapse file tree 6 files changed +90
-89
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
28
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Check out project repository
27
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
27
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
28
28
- name : Set up Node.js runtime
29
29
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
30
with :
41
41
id : pages
42
42
uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
43
43
- name : Upload artifact
44
- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 .0.1
44
+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 .0.0
45
45
with :
46
46
path : _site
47
47
- name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Check out project repository
12
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
12
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
13
13
- name : Set up Node.js runtime
14
14
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
15
15
with :
Original file line number Diff line number Diff line change 18
18
container :
19
19
image : returntocorp/semgrep@sha256:6bd07d7b166b097e1384f41b94a62d8c8a26a4fff8713992c296e053310da01f # latest
20
20
steps :
21
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
22
22
- run : semgrep ci
Original file line number Diff line number Diff line change 25
25
},
26
26
"devDependencies" : {
27
27
"@11ty/eleventy" : " 3.1.2" ,
28
- "@biomejs/biome" : " 1.9.4 " ,
28
+ "@biomejs/biome" : " 2.2.2 " ,
29
29
"@cspell/dict-lorem-ipsum" : " 4.0.5" ,
30
30
"@isaacs/catcher" : " 1.0.4" ,
31
31
"@openinf/gh-file-importer" : " 2.0.1" ,
104
104
"retext-syntax-urls" : " 4.0.0" ,
105
105
"strip-comments" : " 2.0.1" ,
106
106
"stylelint" : " 16.23.1" ,
107
- "stylelint-config-recess-order" : " 6.1 .0" ,
108
- "stylelint-config-standard-scss" : " 14 .0.0 " ,
107
+ "stylelint-config-recess-order" : " 7.2 .0" ,
108
+ "stylelint-config-standard-scss" : " 15 .0.1 " ,
109
109
"tsx" : " 4.20.4" ,
110
110
"typescript" : " 5.9.2" ,
111
111
"unified" : " 11.0.5" ,
112
112
"vnu-jar" : " 24.10.17" ,
113
- "zod" : " 3.25.76 " ,
114
- "zod-validation-error" : " 3.5.3 "
113
+ "zod" : " 4.1.1 " ,
114
+ "zod-validation-error" : " 4.0.1 "
115
115
}
116
116
}
You can’t perform that action at this time.
0 commit comments