Skip to content

Commit 8a56071

Browse files
build: bump the all-actions group with 3 updates
Bumps the all-actions group with 3 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `tj-actions/changed-files` from 47.0.4 to 47.0.5 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@7dee1b0...22103cc) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63c8c64 commit 8a56071

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/broken-links-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Get changed markdown files (PR only)
2525
id: changed-markdown-files
2626
if: github.event_name == 'pull_request'
27-
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v46
27+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v46
2828
with:
2929
files: |
3030
**/*.md

.github/workflows/build-docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v6
5959

6060
- name: Set up Docker Buildx
61-
uses: docker/setup-buildx-action@v3
61+
uses: docker/setup-buildx-action@v4
6262

6363
- name: Get current date
6464
id: date
@@ -103,7 +103,7 @@ jobs:
103103
echo "Base tag: $BASE_TAG, Date tag: $DATE_TAG"
104104
105105
- name: Build and Push ContentProcessor Docker image
106-
uses: docker/build-push-action@v6
106+
uses: docker/build-push-action@v7
107107
with:
108108
context: ./src/ContentProcessor
109109
file: ./src/ContentProcessor/Dockerfile
@@ -113,7 +113,7 @@ jobs:
113113
${{ steps.registry.outputs.ext_registry }}/contentprocessor:${{ env.DATE_TAG }}
114114
115115
- name: Build and Push ContentProcessorAPI Docker image
116-
uses: docker/build-push-action@v6
116+
uses: docker/build-push-action@v7
117117
with:
118118
context: ./src/ContentProcessorAPI
119119
file: ./src/ContentProcessorAPI/Dockerfile
@@ -123,7 +123,7 @@ jobs:
123123
${{ steps.registry.outputs.ext_registry }}/contentprocessorapi:${{ env.DATE_TAG }}
124124
125125
- name: Build and Push ContentProcessorWeb Docker image
126-
uses: docker/build-push-action@v6
126+
uses: docker/build-push-action@v7
127127
with:
128128
context: ./src/ContentProcessorWeb
129129
file: ./src/ContentProcessorWeb/Dockerfile

.github/workflows/job-docker-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "Generated unique Docker tag: $UNIQUE_TAG"
4646
4747
- name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@v3
48+
uses: docker/setup-buildx-action@v4
4949

5050
- name: Log in to Azure Container Registry
5151
uses: azure/docker-login@v2
@@ -55,7 +55,7 @@ jobs:
5555
password: ${{ secrets.ACR_TEST_PASSWORD }}
5656

5757
- name: Build and Push ContentProcessor Docker image
58-
uses: docker/build-push-action@v6
58+
uses: docker/build-push-action@v7
5959
env:
6060
DOCKER_BUILD_SUMMARY: false
6161
with:
@@ -67,7 +67,7 @@ jobs:
6767
${{ secrets.ACR_TEST_LOGIN_SERVER }}/contentprocessor:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}_${{ github.run_number }}
6868
6969
- name: Build and Push ContentProcessorAPI Docker image
70-
uses: docker/build-push-action@v6
70+
uses: docker/build-push-action@v7
7171
env:
7272
DOCKER_BUILD_SUMMARY: false
7373
with:
@@ -79,7 +79,7 @@ jobs:
7979
${{ secrets.ACR_TEST_LOGIN_SERVER }}/contentprocessorapi:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}_${{ github.run_number }}
8080
8181
- name: Build and Push ContentProcessorWeb Docker image
82-
uses: docker/build-push-action@v6
82+
uses: docker/build-push-action@v7
8383
env:
8484
DOCKER_BUILD_SUMMARY: false
8585
with:

0 commit comments

Comments
 (0)