1 Commits

Author SHA1 Message Date
b8d4ac8b5d chore(deps): update dependency python to v3.14.5
Some checks failed
test-build / build (pull_request) Successful in 1m25s
test-build / guarddog (pull_request) Failing after 2m29s
2026-05-13 00:02:11 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.2.0
with:
python-version: '3.12.13'
python-version: '3.14.5'
- name: Install GuardDog
run: |

View File

@@ -54,11 +54,11 @@ jobs:
with:
url: '${{ secrets.NTFY_URL }}'
topic: '${{ secrets.NTFY_TOPIC }}'
title: 'Test Failure - Site SaraLebens'
title: 'Test Failure - Site Profile'
priority: 4
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
tags: action,failed
details: 'Tests have failed for building Site SaraLebens'
details: 'Tests have failed for building Site Profile'
icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png'
actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-saralebens/actions?workflow=test-build.yaml", "clear": true}]'
image: true
@@ -72,7 +72,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.2.0
with:
python-version: '3.12.13'
python-version: '3.14.5'
- name: Install GuardDog
run: |
@@ -89,11 +89,11 @@ jobs:
with:
url: '${{ secrets.NTFY_URL }}'
topic: '${{ secrets.NTFY_TOPIC }}'
title: 'Security Failure - Site SaraLebens'
title: 'Security Failure - Site Profile'
priority: 4
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
tags: action,failed
details: 'Guarddog scan failed for Site SaraLebens'
details: 'Guarddog scan failed for Site Profile'
icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png'
actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-saralebens/actions?workflow=test-build.yaml", "clear": true}]'
image: true

2
.gitignore vendored
View File

@@ -20,4 +20,4 @@ yarn-error.log*
# ide
.vscode/
site-saralebens.code-workspace
site-profile.code-workspace