Skip to content

Commit 2e97c7d

Browse files
chore(deps): bump the github-actions group with 4 updates (#2444)
* chore(deps): bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [actions/download-artifact](https://github.com/actions/download-artifact) and [ncipollo/release-action](https://github.com/ncipollo/release-action). 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/attest-build-provenance` from 1 to 2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v1...v2) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `ncipollo/release-action` from 1.11.2 to 1.18.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.11.2...v1.18.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * temporary: disable Docker image pushes for testing purposes * chore(ci): revert temporary changes to the build workflow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nicomiguelino <nicomiguelino2014@gmail.com>
1 parent 6e0e092 commit 2e97c7d

12 files changed

+24
-24
lines changed

.github/workflows/ansible-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424

2525
- name: Run ansible-lint
2626
uses: ansible-community/ansible-lint-action@main

.github/workflows/build-balena-disk-image.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
attestations: write
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: Install zstd
5151
run: |
@@ -144,7 +144,7 @@ jobs:
144144
./*raspberry*.json
145145
146146
- name: Attest
147-
uses: actions/attest-build-provenance@v1
147+
uses: actions/attest-build-provenance@v2
148148
with:
149149
subject-path: '${{ github.workspace }}/*raspberry*.img.zst'
150150

@@ -155,26 +155,26 @@ jobs:
155155
contents: write
156156
steps:
157157
- name: Download docker tag
158-
uses: actions/download-artifact@v4
158+
uses: actions/download-artifact@v5
159159
with:
160160
name: docker-tag
161161
path: .
162162

163163
- name: Download OpenAPI schema
164-
uses: actions/download-artifact@v4
164+
uses: actions/download-artifact@v5
165165
with:
166166
name: anthias-api-schema
167167
path: .
168168

169169
- name: Download balena images
170-
uses: actions/download-artifact@v4
170+
uses: actions/download-artifact@v5
171171
with:
172172
pattern: balena-images-*
173173
path: .
174174
merge-multiple: true
175175

176176
- name: Create release
177-
uses: ncipollo/release-action@v1.11.2
177+
uses: ncipollo/release-action@v1.18.0
178178
with:
179179
allowUpdates: true
180180
generateReleaseNotes: true

.github/workflows/build-webview.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Set up QEMU
3030
uses: docker/setup-qemu-action@v3
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-24.04
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676

7777
- name: Set up QEMU
7878
uses: docker/setup-qemu-action@v3
@@ -136,7 +136,7 @@ jobs:
136136
board: ['pi5', 'x86']
137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@v4
139+
uses: actions/checkout@v5
140140
- name: Set up QEMU
141141
uses: docker/setup-qemu-action@v3
142142

@@ -195,7 +195,7 @@ jobs:
195195
id-token: write
196196
attestations: write
197197
steps:
198-
- uses: actions/download-artifact@v4
198+
- uses: actions/download-artifact@v5
199199
with:
200200
name: webview-${{ matrix.board }}
201201
path: ./build

.github/workflows/codeql-analysis.yaml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/deploy-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Set up Python ${{ matrix.python-version }}
4949
uses: actions/setup-python@v5
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-24.04
136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@v4
138+
uses: actions/checkout@v5
139139

140140
- name: Set Docker tag
141141
run: |

.github/workflows/generate-openapi-schema.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
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858

5959
- name: Set up Python 3.11
6060
uses: actions/setup-python@v5

.github/workflows/javascript-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
lint:
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4

.github/workflows/lint-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
actionlint-version: ['1.7.7']
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Download actionlint
3131
run: |

.github/workflows/python-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
python-version: ["3.11"]
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)