Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent e4cc2fd commit efdbda4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit efdbda4

Please sign in to comment.