Skip to content

Commit 51da36f

Browse files
build: bump the all-actions group with 5 updates (#2143)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 767db2c commit 51da36f

5 files changed

Lines changed: 8 additions & 8 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 # v47.0.4
27+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
2828
with:
2929
files: |
3030
**/*.md

.github/workflows/build-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Docker Login to cwydcontainerreg (Main)
3535
if: ${{ inputs.push == true && github.ref_name == 'main' }}
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
registry: ${{ inputs.new_registry }}
3939
username: ${{ inputs.new_username }}
@@ -42,22 +42,22 @@ jobs:
4242
# Login for 'dev' and 'demo' branches to cwydcontainerreg only
4343
- name: Docker Login to cwydcontainerreg (Dev/Demo)
4444
if: ${{ inputs.push == true && (github.ref_name == 'dev' || github.ref_name == 'demo' || github.ref_name == 'dependabotchanges') }}
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
registry: ${{ inputs.new_registry }}
4848
username: ${{ inputs.new_username }}
4949
password: ${{ secrets.DEV_DOCKER_PASSWORD }}
5050

5151
- name: Set up Docker Buildx
52-
uses: docker/setup-buildx-action@v3
52+
uses: docker/setup-buildx-action@v4
5353

5454
- name: Get current date
5555
id: date
5656
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
5757

5858
- name: Build Docker Image and optionally push (New Registry)
5959
if: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo'|| github.ref_name == 'dependabotchanges' }}
60-
uses: docker/build-push-action@v6
60+
uses: docker/build-push-action@v7
6161
with:
6262
context: .
6363
file: ${{ inputs.dockerfile }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
echo "Generated SOLUTION_SUFFIX: ${UNIQUE_SOLUTION_SUFFIX}"
136136
137137
- name: Login to GitHub Container Registry
138-
uses: docker/login-action@v3
138+
uses: docker/login-action@v4
139139
with:
140140
registry: ghcr.io
141141
username: ${{ github.repository_owner }}

.github/workflows/comment_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
return response.data[0]?.number ?? "";
4040
retries: 3
4141
- name: Comment coverage
42-
uses: MishaKav/pytest-coverage-comment@25a4660954f81456fdfca755d569ed6e18f9423c
42+
uses: MishaKav/pytest-coverage-comment@287292879eaaff04116f36d3eb1a670f6e5df1a4
4343
with:
4444
pytest-xml-coverage-path: coverage.xml
4545
junitxml-path: coverage-junit.xml

.github/workflows/job-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
echo "Resource group is now ready for deployment"
410410
411411
- name: Login to GitHub Container Registry
412-
uses: docker/login-action@v3
412+
uses: docker/login-action@v4
413413
with:
414414
registry: ghcr.io
415415
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)