Compare commits

..

2 Commits

Author SHA1 Message Date
a29a0faeca chore(deps): update astral-sh/setup-uv action to v7
Some checks failed
test-build / build (pull_request) Successful in 1m23s
test-build / guarddog (pull_request) Failing after 2m10s
2026-02-11 21:20:19 +00:00
e29631c4af fix: install and run
Some checks failed
renovate / renovate (push) Successful in 58s
test-build / build (push) Successful in 1m18s
test-build / guarddog (push) Failing after 2m4s
2026-02-11 15:19:19 -06:00

View File

@@ -72,9 +72,14 @@ jobs:
export C_INCLUDE_PATH=/usr/include
export CPLUS_INCLUDE_PATH=/usr/include
- name: Install GuardDog
run: |
python3 -m pip install --upgrade pip
python3 -m pip install guarddog
- name: Run GuardDog
run: |
uvx --only-binary pygit2 guarddog npm scan ./
guarddog npm scan ./
- name: ntfy Failed
uses: niniyas/ntfy-action@master