Compare commits
2 Commits
66d290e35b
...
5ac338c601
| Author | SHA1 | Date | |
|---|---|---|---|
|
5ac338c601
|
|||
| 093e1e2ccb |
@@ -60,7 +60,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.14'
|
||||||
|
|
||||||
- name: Install GuardDog
|
- name: Install GuardDog
|
||||||
run: |
|
run: |
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run GuardDog
|
- name: Run GuardDog
|
||||||
run: |
|
run: |
|
||||||
guarddog npm scan ./ --exit-code
|
guarddog npm scan ./
|
||||||
|
|
||||||
- name: ntfy Failed
|
- name: ntfy Failed
|
||||||
uses: niniyas/ntfy-action@master
|
uses: niniyas/ntfy-action@master
|
||||||
|
|||||||
Reference in New Issue
Block a user