diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index 00e4d20128..fceb632f25 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -81,7 +81,7 @@ jobs: java-version: 21 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Unit test run: make test-back @@ -95,7 +95,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: "true" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -141,7 +141,7 @@ jobs: run: echo "VERSION:${{ env.VERSION }} ENV_PROFILE:${{ env.ENV_PROFILE }}" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Set up Docker Buildx id: buildx @@ -210,7 +210,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: "true" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Download image uses: ishworkh/container-image-artifact-download@v2.1.0 @@ -269,7 +269,7 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: "true" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - uses: browser-actions/setup-chrome@v2 with: @@ -317,7 +317,7 @@ jobs: SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 100 @@ -361,7 +361,7 @@ jobs: VERSION: ${{needs.version.outputs.VERSION}} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Download image uses: ishworkh/container-image-artifact-download@v2.1.0 diff --git a/.github/workflows/cicd-database.yml b/.github/workflows/cicd-database.yml index 006fc1632d..c329d0a8fc 100644 --- a/.github/workflows/cicd-database.yml +++ b/.github/workflows/cicd-database.yml @@ -12,7 +12,7 @@ jobs: # packages: write # steps: # - name: Checkout - # uses: actions/checkout@v5 + # uses: actions/checkout@v7 # # - name: Set IMAGE_TAG # run: echo "IMAGE_TAG=ghcr.io/mtes-mct/monitorenv/monitorenv-database:pg11-ts1.7.4-postgis3.3.2" >> $GITHUB_ENV @@ -74,7 +74,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Set IMAGE_TAG run: echo "IMAGE_TAG=ghcr.io/mtes-mct/monitorenv/monitorenv-database:pg${{ matrix.pg_major }}-postgis${{ matrix.postgis_version }}-timescale${{ matrix.timescaledb_version }}-contrib" >> $GITHUB_ENV @@ -122,7 +122,7 @@ jobs: # packages: write # steps: # - name: Checkout -# uses: actions/checkout@v5 +# uses: actions/checkout@v7 # # - name: Set IMAGE_TAG # run: echo "IMAGE_TAG=ghcr.io/mtes-mct/monitorenv/monitorenv-database-upgrade:pg${{ matrix.from_pg_major }}_to_pg${{ matrix.to_pg_major }}-postgis${{ matrix.postgis_version }}" >> $GITHUB_ENV diff --git a/.github/workflows/cicd-datapipeline-prefect3.yml b/.github/workflows/cicd-datapipeline-prefect3.yml index ebd1a187d7..c621732aec 100644 --- a/.github/workflows/cicd-datapipeline-prefect3.yml +++ b/.github/workflows/cicd-datapipeline-prefect3.yml @@ -21,7 +21,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Get last release version id: lastrelease diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index adec92418f..132f15baef 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 3e07060479..b9298c44d1 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -12,7 +12,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5.2.0 with: java-version: "17"