diff --git a/.github/workflows/cicd-data-processing.yml b/.github/workflows/cicd-data-processing.yml index c01b3eaaea..65bcd0def1 100644 --- a/.github/workflows/cicd-data-processing.yml +++ b/.github/workflows/cicd-data-processing.yml @@ -22,7 +22,7 @@ jobs: - name: Get last release version id: lastrelease - uses: pozetroninc/github-action-get-latest-release@master + uses: rez0n/actions-github-release@main with: repository: mtes-mct/monitorfish diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 69115b4b9d..eadeeee9dc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -36,7 +36,7 @@ jobs: run: echo ${{ contains(github.ref, 'dependabot') }} - name: Get last release version id: lastrelease - uses: pozetroninc/github-action-get-latest-release@master + uses: rez0n/actions-github-release@main with: repository: mtes-mct/monitorfish diff --git a/.github/workflows/push_to_nexus.yml b/.github/workflows/push_to_nexus.yml index 6319fda6c7..300e78abf5 100644 --- a/.github/workflows/push_to_nexus.yml +++ b/.github/workflows/push_to_nexus.yml @@ -7,9 +7,9 @@ name: Push docker image to DAM-SI on: workflow_dispatch: version: - description: 'Version number' + description: "Version number" required: true - default: 'v1.0.0' + default: "v1.0.0" permissions: contents: read @@ -23,7 +23,7 @@ jobs: steps: - name: Get last release version id: lastrelease - uses: pozetroninc/github-action-get-latest-release@master + uses: rez0n/actions-github-release@main with: repository: mtes-mct/monitorfish - id: version @@ -57,4 +57,3 @@ jobs: echo "${{ secrets.NEXUS_PASSWORD }}" | docker login https://depot-sml.din.developpement-durable.gouv.fr:6010 -u monitorfish --password-stdin docker tag ghcr.io/mtes-mct/monitorfish/monitorfish-app:$VERSION monitorfish/monitorfish-app:$VERSION docker push depot-sml.din.developpement-durable.gouv.fr:6010/monitorfish/monitorfish-app:$VERSION - diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index e34182dd8c..aca9bff81d 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -7,9 +7,9 @@ name: Trivy on: workflow_dispatch: version: - description: 'Version number' + description: "Version number" required: true - default: 'v1.0.0' + default: "v1.0.0" permissions: contents: read @@ -23,7 +23,7 @@ jobs: steps: - name: Get last release version id: lastrelease - uses: pozetroninc/github-action-get-latest-release@master + uses: rez0n/actions-github-release@main with: repository: mtes-mct/monitorfish - id: version