Compare commits

..

1 commit

Author SHA1 Message Date
1ad490d72a
Secret scan
Some checks failed
buildAndTest.yml / Secret scan (push) Failing after 0s
buildAndTest.yml / Secret scan (pull_request) Failing after 0s
2026-09-07 11:54:48 +01:00

View file

@ -41,9 +41,9 @@ jobs:
git submodule update --init --recursive
echo "✅ Checked out at $(git rev-parse HEAD) on $(git branch --show-current 2>/dev/null || echo detached HEAD)"
- name: Secret scan
uses: actions/secret-scan-action@v1
with:
install_scanners: true
uses: actions/secret-scan-action@v1
with:
install_scanners: true
- name: Test
run: |
echo "🚀 Lancement des tests..."