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