diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1a5f3b..4ddc859 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build Image locally - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: load: true build-args: | @@ -106,7 +106,7 @@ jobs: fi - name: Build and Push to quay.io - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 with: push: ${{ github.actor != 'dependabot[bot]' }} build-args: | diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 3d11bf3..984ed10 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,6 +9,6 @@ jobs: permissions: contents: write steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a4013b7dfd8453ee94ec5d4eb8cb51d74654f770 # v7.0.0 with: auto-commit: "true"