Skip to content

Commit

Permalink
Bump the github-actions group with 5 updates (#221) [skip ci]
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>
Co-authored-by: Giovanni Toraldo <71768+gionn@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and gionn authored Jan 27, 2025
1 parent 9c98d87 commit a445f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Install updatecli
uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v2.70.0
with:
version: v0.66.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.12.0

- name: Set up Homebrew
id: set-up-homebrew
Expand All @@ -65,7 +63,7 @@ jobs:
run: |
echo "TOMCAT_VERSION=$(jq -r '.tomcat_version' tomcat${{ matrix.tomcat_major }}.json)" >> $GITHUB_ENV
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
id: auto-commit-action
with:
branch: bump-tomcat-${{ env.TOMCAT_VERSION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
- uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0

- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0

- id: vars
name: Compute Image Tag
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build image for tests
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
load: true
build-args: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
fi
- name: Build and Push Image to quay.io
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
with:
push: ${{ github.actor != 'dependabot[bot]' }}
build-args: |
Expand Down

0 comments on commit a445f57

Please sign in to comment.