File tree Expand file tree Collapse file tree 5 files changed +11
-15
lines changed
Expand file tree Collapse file tree 5 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1313 cache : npm
1414 - uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.12 '
16+ python-version : ' 3.13 '
1717 cache : pip
1818
1919 - run : sudo apt-get update
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ for device in ${devices[@]}; do
7474done
7575sed -i " $replace " static-tmp/releases.html
7676
77- gixy nginx-tmp/nginx.conf
77+ gixy --skips if_is_evil nginx-tmp/nginx.conf
7878
7979xmllint --noout static-tmp/** /* .@ (html| svg| xml)
8080java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only static-tmp/** /* .html
Original file line number Diff line number Diff line change 1- gixy
1+ gixy-ng
22lxml
33cssselect
Original file line number Diff line number Diff line change 44#
55# pip-compile --generate-hashes
66#
7- cached-property == 2.0.1 \
8- --hash =sha256:484d617105e3ee0e4f1f58725e72a8ef9e93deee462222dbd51cd91230897641 \
9- --hash =sha256:f617d70ab1100b7bcf6e42228f9ddcb78c676ffa167278d9f730d1c2fba69ccb
10- # via gixy
117configargparse == 1.7.1 \
128 --hash =sha256:79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9 \
139 --hash =sha256:8b586a31f9d873abd1ca527ffbe58863c99f36d896e2829779803125e83be4b6
14- # via gixy
10+ # via gixy-ng
1511cssselect == 1.3.0 \
1612 --hash =sha256:56d1bf3e198080cc1667e137bc51de9cadfca259f03c2d4e09037b3e01e30f0d \
1713 --hash =sha256:57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7
1814 # via -r requirements.in
19- gixy == 0.1.21 \
20- --hash =sha256:55be805e0582ac95540f49ea7f80b2de0b5304cb63edd22e1e6520d18f3c184b \
21- --hash =sha256:e39c87401c73d33cd8965324caa3e1778ef22ed7ade179b459a3493bdfe0f88a
15+ gixy-ng == 0.2.7 \
16+ --hash =sha256:0b5f95b1d1b6a665cbcc5d4d62847b77cc0d132153831e7bb7dc60101af18537 \
17+ --hash =sha256:e7920f893a8e1e129881aee6fd2eebaa4185694753f6d438e1cc59da597cfc32
2218 # via -r requirements.in
2319jinja2 == 3.1.6 \
2420 --hash =sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d \
2521 --hash =sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67
26- # via gixy
22+ # via gixy-ng
2723lxml == 6.0.0 \
2824 --hash =sha256:013090383863b72c62a702d07678b658fa2567aa58d373d963cca245b017e065 \
2925 --hash =sha256:032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72 \
@@ -186,8 +182,8 @@ markupsafe==3.0.2 \
186182pyparsing == 2.4.7 \
187183 --hash =sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1 \
188184 --hash =sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b
189- # via gixy
185+ # via gixy-ng
190186six == 1.17.0 \
191187 --hash =sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
192188 --hash =sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
193- # via gixy
189+ # via gixy-ng
Original file line number Diff line number Diff line change 22
33npm ci --ignore-scripts
44
5- python3.12 -m venv --clear venv
5+ python3 -m venv --clear venv
66source venv/bin/activate
77pip install --require-hashes --only-binary :all: -r requirements.txt
You can’t perform that action at this time.
0 commit comments