4 Commits

Author SHA1 Message Date
7b9bdb9a36 Merge pull request 'dev' (#21) from dev into main
All checks were successful
Code Analysis and Production Deploy / analyze (push) Successful in 2m43s
Code Analysis and Production Deploy / deploy-production (push) Successful in 2m4s
Code Analysis and Production Deploy / deploy-test (push) Has been skipped
Reviewed-on: #21
2026-05-20 12:09:48 +02:00
Torsten Schulz (local)
1561e1b861 chore: regenerate package-lock (remove bundled npm)
Some checks failed
Code Analysis and Production Deploy / analyze (push) Successful in 2m48s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 2m3s
Code Analysis and Production Deploy / analyze (pull_request) Successful in 2m44s
Require Package Version Change / check (pull_request) Failing after 8s
Code Analysis and Production Deploy / deploy-production (pull_request) Has been skipped
Code Analysis and Production Deploy / deploy-test (pull_request) Has been skipped
2026-05-20 12:06:20 +02:00
Torsten Schulz (local)
3f7149d622 chore: bump version to 1.4.5
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 2m38s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped
2026-05-20 11:54:48 +02:00
Torsten Schulz (local)
bc9cc265e1 ci: require analysis before deploy; make deploy jobs depend on analyze
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 2m36s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped
2026-05-20 11:50:47 +02:00
3 changed files with 6 additions and 2331 deletions

View File

@@ -8,7 +8,6 @@ on:
jobs:
analyze:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -91,6 +90,7 @@ jobs:
./osv-scanner --lockfile ./package-lock.json
deploy-production:
needs: analyze
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
@@ -121,6 +121,7 @@ jobs:
"bash -lc 'cd /var/www/harheimertc && git fetch origin main && git checkout -B main origin/main && git reset --hard origin/main && ./deploy-production.sh'"
deploy-test:
needs: analyze
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/dev'
steps:

2332
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "harheimertc-website",
"version": "1.4.4",
"version": "1.4.5",
"description": "Moderne Webseite für den Harheimer Tischtennis Club",
"private": true,
"type": "module",