correction

This commit is contained in:
Rodolphe Fontaine 2024-10-17 21:37:54 +02:00
parent bc9c45d3ce
commit c4d864b712

View file

@ -73,7 +73,7 @@ jobs:
scan-repository:
runs-on: ubuntu-latest
needs: Build_and_push
needs: Build_Container_and_push_to_Artifactory
strategy:
matrix:
# The repository scanning will be triggered periodically on the following branches.
@ -120,6 +120,7 @@ jobs:
test-action:
runs-on: ubuntu-latest
needs: Build_Container_and_push_to_Artifactory
strategy:
matrix:
java: [ '21' ]