diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd4f65f..3be7b3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build Image locally - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: load: true build-args: | @@ -111,7 +111,7 @@ jobs: fi - name: Build and Push to quay.io - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0 with: push: ${{ github.actor != 'dependabot[bot]' }} build-args: | diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1ad2508..6b55f5c 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@16272633584df58ea603112c4aac4564c8673cd6 # v8.9.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@ac971d319df1ef3b69104c7b0510348191d78952 # v8.12.0 with: auto-commit: "true"