Skip to content

Commit 648cd52

Browse files
build: bump the all-actions group across 1 directory with 9 updates
Bumps the all-actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `7` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `46.0.5` | `47.0.6` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.4.1` | `2.8.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` | | [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | `5` | `6` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/stale](https://github.com/actions/stale) | `9` | `10` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) Updates `tj-actions/changed-files` from 46.0.5 to 47.0.6 - [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@ed68ef8...9426d40) Updates `lycheeverse/lychee-action` from 2.4.1 to 2.8.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.1...v2.8.0) 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) Updates `amannn/action-semantic-pull-request` from 5 to 6 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v5...v6) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/stale` from 9 to 10 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...v10) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: lycheeverse/lychee-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact 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 bc1a333 commit 648cd52

13 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/Create-Release..yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v7
1818
with:
1919
ref: ${{ github.event.workflow_run.head_sha }}
2020

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: azd template validation
1414
environment: azd-template-gallery
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v7
1717

1818
- uses: microsoft/template-validation-action@Latest
1919
with:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616

1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v7
2020
with:
2121
fetch-depth: 0
2222

2323
# For PR : Get only changed markdown files
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@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
27+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
2828
with:
2929
files: |
3030
**/*.md
@@ -34,7 +34,7 @@ jobs:
3434
- name: Check Broken Links in Changed Markdown Files
3535
id: lychee-check-pr
3636
if: github.event_name == 'pull_request' && steps.changed-markdown-files.outputs.any_changed == 'true'
37-
uses: lycheeverse/lychee-action@v2.4.1
37+
uses: lycheeverse/lychee-action@v2.8.0
3838
with:
3939
args: >
4040
--verbose --exclude-mail --no-progress --exclude ^https?://
@@ -47,7 +47,7 @@ jobs:
4747
- name: Check Broken Links in All Markdown Files in Entire Repo (Manual Trigger)
4848
id: lychee-check-manual
4949
if: github.event_name == 'workflow_dispatch'
50-
uses: lycheeverse/lychee-action@v2.4.1
50+
uses: lycheeverse/lychee-action@v2.8.0
5151
with:
5252
args: >
5353
--verbose --exclude-mail --no-progress --exclude ^https?://

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
DEPLOYMENT_SUCCESS: ${{ steps.deployment_status.outputs.SUCCESS }}
3535
steps:
3636
- name: Checkout Code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v7
3838
- name: Setup Azure CLI
3939
run: |
4040
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash

.github/workflows/docker-build-and-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v7
3232

3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@v3
34+
uses: docker/setup-buildx-action@v4
3535

3636
- name: Get current date
3737
id: date
@@ -85,7 +85,7 @@ jobs:
8585
echo "Base tag: $BASE_TAG, Date tag: $DATE_TAG"
8686
8787
- name: Build and Push ContentProcessorAPI Docker image
88-
uses: docker/build-push-action@v6
88+
uses: docker/build-push-action@v7
8989
with:
9090
context: ./src/backend-api
9191
file: ./src/backend-api/Dockerfile
@@ -95,7 +95,7 @@ jobs:
9595
${{ steps.registry.outputs.ext_registry }}/backend-api:${{ env.DATE_TAG }}
9696
9797
- name: Build and Push ContentProcessor Docker image
98-
uses: docker/build-push-action@v6
98+
uses: docker/build-push-action@v7
9999
with:
100100
context: ./src/processor
101101
file: ./src/processor/Dockerfile
@@ -105,7 +105,7 @@ jobs:
105105
${{ steps.registry.outputs.ext_registry }}/processor:${{ env.DATE_TAG }}
106106
107107
- name: Build and Push ContentProcessorWeb Docker image
108-
uses: docker/build-push-action@v6
108+
uses: docker/build-push-action@v7
109109
with:
110110
context: ./src/frontend
111111
file: ./src/frontend/Dockerfile

.github/workflows/job-cleanup-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout Code
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v7
5858

5959
- name: Setup Azure CLI
6060
shell: bash

.github/workflows/job-deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
WEB_APPURL: ${{ steps.get_output_linux.outputs.WEB_APPURL }}
4949
steps:
5050
- name: Checkout Code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v7
5252

5353
- name: Configure Parameters Based on WAF Setting
5454
shell: bash

.github/workflows/job-deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
WEB_APPURL: ${{ steps.get_output_windows.outputs.WEB_APPURL }}
4949
steps:
5050
- name: Checkout Code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v7
5252

5353
- name: Configure Parameters Based on WAF Setting
5454
shell: bash

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
fi
127127
128128
- name: Checkout Code
129-
uses: actions/checkout@v4
129+
uses: actions/checkout@v7
130130

131131
- name: Login to Azure
132132
shell: bash

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
IMAGE_TAG: ${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}
2929
steps:
3030
- name: Checkout Code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v7
3232

3333
- name: Generate Unique Docker Image Tag
3434
id: generate_docker_tag
@@ -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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Build and Push Backend API Docker Image
5858
id: build_push_image
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
env:
6161
DOCKER_BUILD_SUMMARY: false
6262
with:
@@ -68,7 +68,7 @@ jobs:
6868
${{ secrets.ACR_TEST_LOGIN_SERVER }}/backend-api:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}_${{ github.run_number }}
6969
7070
- name: Build and Push Processor Docker Image
71-
uses: docker/build-push-action@v6
71+
uses: docker/build-push-action@v7
7272
env:
7373
DOCKER_BUILD_SUMMARY: false
7474
with:
@@ -80,7 +80,7 @@ jobs:
8080
${{ secrets.ACR_TEST_LOGIN_SERVER }}/processor:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}_${{ github.run_number }}
8181
8282
- name: Build and Push Front End Docker Image
83-
uses: docker/build-push-action@v6
83+
uses: docker/build-push-action@v7
8484
env:
8585
DOCKER_BUILD_SUMMARY: false
8686
with:

0 commit comments

Comments
 (0)