correction probleme de pipeline

This commit is contained in:
2026-05-24 19:02:46 +02:00
parent 0fc87ed472
commit ad298fa9e7
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(find /var/home/Gato/IdeaProjects/Infra -name \"docker-compose*\" | head -20)",
"Read(//var/home/Gato/IdeaProjects/Infra/**)",
"Bash(ls /var/home/Gato/IdeaProjects/Infra/)",
"Bash(find /var/home/Gato/IdeaProjects/Bonsai-webapp -name \"*.yml\" -path \"*/.gitea/*\" -o -name \"*.yaml\" -path \"*/.gitea/*\" 2>/dev/null)",
"Read(//var/home/Gato/IdeaProjects/Bonsai-webapp/**)"
]
}
}
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
uses: https://github.com/actions/setup-java@v4 uses: https://github.com/actions/setup-java@v4
with: with:
java-version: '25' java-version: '25'
distribution: 'temurin' distribution: 'zulu'
cache: 'gradle' cache: 'gradle'
- name: Run tests - name: Run tests