Skip to content

Commit 42bba56

Browse files
ci(deps): bump the github-actions-dependencies group across 1 directory with 4 updates
Bumps the github-actions-dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [armakuni/github-actions](https://github.com/armakuni/github-actions) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) Updates `armakuni/github-actions` from 0.19.6 to 0.19.7 - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](armakuni/github-actions@v0.19.6...v0.19.7) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: armakuni/github-actions dependency-version: 0.19.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81a23a9 commit 42bba56

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

.github/workflows/app-pipeline-pr.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
conventional-commit-check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- name: Conventional commit check
@@ -26,10 +26,10 @@ jobs:
2626
needs:
2727
- conventional-commit-check
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- name: Set up Python version
32-
uses: actions/setup-python@v5.5.0
32+
uses: actions/setup-python@v5.6.0
3333
with:
3434
python-version: ${{ env.PYTHON_VERSION }}
3535
cache: "pip"
@@ -45,10 +45,10 @@ jobs:
4545
needs:
4646
- linting-pr
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949

5050
- name: Set up Python version
51-
uses: actions/setup-python@v5.5.0
51+
uses: actions/setup-python@v5.6.0
5252
with:
5353
python-version: ${{ env.PYTHON_VERSION }}
5454
cache: "pip"
@@ -67,10 +67,10 @@ jobs:
6767
needs:
6868
- linting-pr
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v5
7171

7272
- name: Set up Python version
73-
uses: actions/setup-python@v5.5.0
73+
uses: actions/setup-python@v5.6.0
7474
with:
7575
python-version: ${{ env.PYTHON_VERSION }}
7676
cache: "pip"
@@ -92,10 +92,10 @@ jobs:
9292
- name: Set up Docker Buildx
9393
uses: docker/setup-buildx-action@v3
9494

95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v5
9696

9797
- name: Set up Python version
98-
uses: actions/setup-python@v5.5.0
98+
uses: actions/setup-python@v5.6.0
9999
with:
100100
python-version: ${{ env.PYTHON_VERSION }}
101101
cache: "pip"

.github/workflows/app-pipeline.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
conventional-commit-check:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
- name: Conventional commit check
@@ -32,10 +32,10 @@ jobs:
3232
linting:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636

3737
- name: Set up Python version
38-
uses: actions/setup-python@v5.5.0
38+
uses: actions/setup-python@v5.6.0
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
cache: "pip"
@@ -52,10 +52,10 @@ jobs:
5252
- linting
5353
- conventional-commit-check
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656

5757
- name: Set up Python version
58-
uses: actions/setup-python@v5.5.0
58+
uses: actions/setup-python@v5.6.0
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161
cache: "pip"
@@ -75,10 +75,10 @@ jobs:
7575
- linting
7676
- conventional-commit-check
7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979

8080
- name: Set up Python version
81-
uses: actions/setup-python@v5.5.0
81+
uses: actions/setup-python@v5.6.0
8282
with:
8383
python-version: ${{ env.PYTHON_VERSION }}
8484
cache: "pip"
@@ -111,10 +111,10 @@ jobs:
111111
- name: Set up Docker Buildx
112112
uses: docker/setup-buildx-action@v3
113113

114-
- uses: actions/checkout@v4
114+
- uses: actions/checkout@v5
115115

116116
- name: Set up Python version
117-
uses: actions/setup-python@v5.5.0
117+
uses: actions/setup-python@v5.6.0
118118
with:
119119
python-version: ${{ env.PYTHON_VERSION }}
120120
cache: "pip"
@@ -141,7 +141,7 @@ jobs:
141141
- name: Set up Docker Buildx
142142
uses: docker/setup-buildx-action@v3
143143

144-
- uses: actions/checkout@v4
144+
- uses: actions/checkout@v5
145145
with:
146146
fetch-depth: 0
147147

@@ -150,7 +150,7 @@ jobs:
150150
shell: bash
151151

152152
- name: Set up Python version
153-
uses: actions/setup-python@v5.5.0
153+
uses: actions/setup-python@v5.6.0
154154
with:
155155
python-version: ${{ env.PYTHON_VERSION }}
156156
cache: "pip"
@@ -172,7 +172,7 @@ jobs:
172172
173173
- id: bump-version
174174
name: Bump to Next Semver Version
175-
uses: armakuni/github-actions/[email protected].6
175+
uses: armakuni/github-actions/[email protected].7
176176

177177
- name: Build Docker Image
178178
run: |
@@ -213,7 +213,7 @@ jobs:
213213
environment:
214214
name: approve-dev-deployment
215215
steps:
216-
- uses: actions/checkout@v4
216+
- uses: actions/checkout@v5
217217

218218
- name: Log in to Azure using OIDC
219219
uses: azure/login@v2
@@ -236,7 +236,7 @@ jobs:
236236
ARM_USE_OIDC: true
237237

238238
- name: Download Next Tag Version
239-
uses: actions/download-artifact@v4
239+
uses: actions/download-artifact@v5
240240
with:
241241
name: tag-version
242242

@@ -265,7 +265,7 @@ jobs:
265265
- placeholder-dev-e2e-test
266266
steps:
267267
- name: Download Next Tag Version
268-
uses: actions/download-artifact@v4
268+
uses: actions/download-artifact@v5
269269
with:
270270
name: tag-version
271271
- name: Placeholder pre-deploy-to-az-container-apps
@@ -317,7 +317,7 @@ jobs:
317317
- placeholder-change-management-entry
318318
steps:
319319
- name: Download Next Tag Version
320-
uses: actions/download-artifact@v4
320+
uses: actions/download-artifact@v5
321321
with:
322322
name: tag-version
323323
- name: Placeholder pre-deploy-to-az-container-apps
@@ -340,7 +340,7 @@ jobs:
340340
- placeholder-prod-deploy-to-az-container-apps
341341
steps:
342342
- name: Download Next Tag Version
343-
uses: actions/download-artifact@v4
343+
uses: actions/download-artifact@v5
344344
with:
345345
name: tag-version
346346
- name: Placeholder prod-deploy-to-az-container-apps
@@ -352,7 +352,7 @@ jobs:
352352
needs:
353353
- placeholder-prod-deploy-to-az-container-apps
354354
if: github.ref == 'refs/heads/main'
355-
uses: armakuni/github-actions/.github/workflows/[email protected].6
355+
uses: armakuni/github-actions/.github/workflows/[email protected].7
356356
secrets: inherit
357357
with:
358358
download-artifacts: true

.github/workflows/infra-pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
conventional-commit-check:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Conventional commit check
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: infrastructure/bootstrap
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
- name: Log in to Azure using OIDC
4040
uses: azure/login@v2
@@ -84,7 +84,7 @@ jobs:
8484
run:
8585
working-directory: infrastructure/bootstrap
8686
steps:
87-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v5
8888

8989
- name: Log in to Azure using OIDC
9090
uses: azure/login@v2
@@ -94,7 +94,7 @@ jobs:
9494
subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }}
9595

9696
- name: Set up Python version
97-
uses: actions/setup-python@v5.5.0
97+
uses: actions/setup-python@v5.6.0
9898
with:
9999
python-version: ${{ env.PYTHON_VERSION }}
100100
cache: "pip"
@@ -137,7 +137,7 @@ jobs:
137137
run:
138138
working-directory: infrastructure/bootstrap
139139
steps:
140-
- uses: actions/checkout@v4
140+
- uses: actions/checkout@v5
141141

142142
- name: Install TFSec
143143
run: |
@@ -183,7 +183,7 @@ jobs:
183183
run:
184184
working-directory: infrastructure/bootstrap
185185
steps:
186-
- uses: actions/checkout@v4
186+
- uses: actions/checkout@v5
187187

188188
- name: Log in to Azure using OIDC
189189
uses: azure/login@v2
@@ -222,7 +222,7 @@ jobs:
222222
run:
223223
working-directory: infrastructure/bootstrap
224224
steps:
225-
- uses: actions/checkout@v4
225+
- uses: actions/checkout@v5
226226

227227
- name: Log in to Azure using OIDC
228228
uses: azure/login@v2

0 commit comments

Comments
 (0)