Compare commits
1 Commits
renovate/p
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a8409efca2 |
@@ -71,7 +71,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6.2.0
|
||||
with:
|
||||
python-version: '3.14.5'
|
||||
python-version: '3.12.13'
|
||||
|
||||
- name: Install GuardDog
|
||||
run: |
|
||||
|
||||
@@ -54,11 +54,11 @@ jobs:
|
||||
with:
|
||||
url: '${{ secrets.NTFY_URL }}'
|
||||
topic: '${{ secrets.NTFY_TOPIC }}'
|
||||
title: 'Test Failure - Site Profile'
|
||||
title: 'Test Failure - Site SaraLebens'
|
||||
priority: 4
|
||||
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
|
||||
tags: action,failed
|
||||
details: 'Tests have failed for building Site Profile'
|
||||
details: 'Tests have failed for building Site SaraLebens'
|
||||
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.14.5'
|
||||
python-version: '3.12.13'
|
||||
|
||||
- name: Install GuardDog
|
||||
run: |
|
||||
@@ -89,11 +89,11 @@ jobs:
|
||||
with:
|
||||
url: '${{ secrets.NTFY_URL }}'
|
||||
topic: '${{ secrets.NTFY_TOPIC }}'
|
||||
title: 'Security Failure - Site Profile'
|
||||
title: 'Security Failure - Site SaraLebens'
|
||||
priority: 4
|
||||
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
|
||||
tags: action,failed
|
||||
details: 'Guarddog scan failed for Site Profile'
|
||||
details: 'Guarddog scan failed for Site SaraLebens'
|
||||
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
2
.gitignore
vendored
@@ -20,4 +20,4 @@ yarn-error.log*
|
||||
|
||||
# ide
|
||||
.vscode/
|
||||
site-profile.code-workspace
|
||||
site-saralebens.code-workspace
|
||||
|
||||
Reference in New Issue
Block a user