From 1fea1241e95b2c9ec5d3b7ba9a3403ec37e4909b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:55:19 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 3 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tiiuae-coverity-scan-image.yaml | 2 +- .github/workflows/tiiuae-pixhawk-and-saluki.yaml | 4 ++-- .github/workflows/tiiuae-sitl.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tiiuae-coverity-scan-image.yaml b/.github/workflows/tiiuae-coverity-scan-image.yaml index a78d580c022b..02b8ce4fcb0b 100644 --- a/.github/workflows/tiiuae-coverity-scan-image.yaml +++ b/.github/workflows/tiiuae-coverity-scan-image.yaml @@ -33,7 +33,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push coverity scan image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./px4-firmware/packaging/Dockerfile.coverity diff --git a/.github/workflows/tiiuae-pixhawk-and-saluki.yaml b/.github/workflows/tiiuae-pixhawk-and-saluki.yaml index ccf110261429..65e0e766fa1d 100644 --- a/.github/workflows/tiiuae-pixhawk-and-saluki.yaml +++ b/.github/workflows/tiiuae-pixhawk-and-saluki.yaml @@ -102,7 +102,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Firmware flasher - Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true context: . @@ -155,7 +155,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Firmware flasher - Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: push: true context: . diff --git a/.github/workflows/tiiuae-sitl.yaml b/.github/workflows/tiiuae-sitl.yaml index 9f826d593038..95c488a7ec99 100644 --- a/.github/workflows/tiiuae-sitl.yaml +++ b/.github/workflows/tiiuae-sitl.yaml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build tii-px4-sitl image and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . file: ./px4-firmware/packaging/Dockerfile.sitl