Skip to content

Commit a42d7da

Browse files
Bump the github-actions group with 6 updates
Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) | `0.5.10` | `0.5.11` | | [egor-tensin/setup-mingw](https://github.com/egor-tensin/setup-mingw) | `2` | `3` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.4.1` | `2.5.0` | Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `azure/trusted-signing-action` from 0.5.10 to 0.5.11 - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](Azure/artifact-signing-action@v0.5.10...v0.5.11) Updates `egor-tensin/setup-mingw` from 2 to 3 - [Release notes](https://github.com/egor-tensin/setup-mingw/releases) - [Commits](egor-tensin/setup-mingw@v2...v3) Updates `softprops/action-gh-release` from 2.4.1 to 2.5.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/trusted-signing-action dependency-version: 0.5.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: egor-tensin/setup-mingw dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50c8c59 commit a42d7da

22 files changed

Lines changed: 97 additions & 97 deletions

.github/workflows/abi-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
FILE_DOTS=$(echo "${{ inputs.file_ref }}" | sed -r "s/([0-9]+)\_([0-9]+)\_([0-9]+)\-([0-9]+).*/\1\.\2\.\3\-\4/")
4545
echo "HDF4R_DOTS=$FILE_DOTS" >> $GITHUB_OUTPUT
4646
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848

4949
- name: Get published binary (Linux)
50-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
50+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
5151
with:
5252
name: tgz-ubuntu-2404_gcc-binary
5353
path: ${{ github.workspace }}
@@ -158,7 +158,7 @@ jobs:
158158
shell: bash
159159

160160
- name: Save output as artifact
161-
uses: actions/upload-artifact@v5
161+
uses: actions/upload-artifact@v6
162162
with:
163163
name: abi-reports
164164
path: |

.github/workflows/aocc-cmake.yml

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

2323
steps:
2424
- name: Get Sources
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install Dependencies
2828
shell: bash

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, 'skip-ci')"
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Run clang-format style check for C and Java code
1717
uses: DoozyX/clang-format-lint-action@v0.20

.github/workflows/clang-format-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
contents: write # In order to allow EndBug/add-and-commit to commit changes
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: Fix C and Java formatting issues detected by clang-format
2929
uses: DoozyX/clang-format-lint-action@v0.20

.github/workflows/cmake-analysis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
# Get files created by release script
5252
- name: Get tgz-tarball (Linux_coverage)
53-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
53+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
5454
with:
5555
name: tgz-tarball
5656
path: ${{ github.workspace }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
# Save log files created by ctest script
111111
- name: Save log (Linux_coverage)
112-
uses: actions/upload-artifact@v5
112+
uses: actions/upload-artifact@v6
113113
with:
114114
name: clang-coverage-log
115115
path: ${{ runner.workspace }}/hdf4/hdf4.log
@@ -148,7 +148,7 @@ jobs:
148148
149149
# Get files created by release script
150150
- name: Get tgz-tarball (Linux_Leak)
151-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
151+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
152152
with:
153153
name: tgz-tarball
154154
path: ${{ github.workspace }}
@@ -207,7 +207,7 @@ jobs:
207207

208208
# Save log files created by ctest script
209209
- name: Save log (Linux_Leak)
210-
uses: actions/upload-artifact@v5
210+
uses: actions/upload-artifact@v6
211211
with:
212212
name: leak-ubuntu-log
213213
path: ${{ runner.workspace }}/hdf4/hdf4.log
@@ -246,7 +246,7 @@ jobs:
246246
247247
# Get files created by release script
248248
- name: Get tgz-tarball (Linux_Address)
249-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
249+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
250250
with:
251251
name: tgz-tarball
252252
path: ${{ github.workspace }}
@@ -305,7 +305,7 @@ jobs:
305305

306306
# Save log files created by ctest script
307307
- name: Save log (Linux_Address)
308-
uses: actions/upload-artifact@v5
308+
uses: actions/upload-artifact@v6
309309
with:
310310
name: address-ubuntu-log
311311
path: ${{ runner.workspace }}/hdf4/hdf4.log
@@ -344,7 +344,7 @@ jobs:
344344
345345
# Get files created by release script
346346
- name: Get tgz-tarball (Linux_UndefinedBehavior)
347-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
347+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
348348
with:
349349
name: tgz-tarball
350350
path: ${{ github.workspace }}
@@ -403,7 +403,7 @@ jobs:
403403

404404
# Save log files created by ctest script
405405
- name: Save log (Linux_UndefinedBehavior)
406-
uses: actions/upload-artifact@v5
406+
uses: actions/upload-artifact@v6
407407
with:
408408
name: undefined-ubuntu-log
409409
path: ${{ runner.workspace }}/hdf4/hdf4.log

.github/workflows/cmake-bintest.yml

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

3434
# Get files created by cmake-ctest script
3535
- name: Get published binary (Windows)
36-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
36+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3737
with:
3838
name: zip-vs2022_cl-${{ inputs.build_mode }}-binary
3939
path: ${{ github.workspace }}/hdf4
@@ -105,7 +105,7 @@ jobs:
105105
distribution: 'temurin'
106106

107107
- name: Get published binary (Linux)
108-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
108+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
109109
with:
110110
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary
111111
path: ${{ github.workspace }}
@@ -155,7 +155,7 @@ jobs:
155155
distribution: 'temurin'
156156

157157
- name: Get published binary (MacOS_latest)
158-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
158+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
159159
with:
160160
name: tgz-macos14_clang-${{ inputs.build_mode }}-binary
161161
path: ${{ github.workspace }}

.github/workflows/cmake-ctest.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
# Get files created by release script
104104
- name: Get zip-tarball (Windows)
105-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
105+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
106106
with:
107107
name: zip-tarball
108108
path: ${{ github.workspace }}
@@ -149,7 +149,7 @@ jobs:
149149
shell: bash
150150

151151
- name: Sign files with Trusted Signing
152-
uses: azure/trusted-signing-action@v0.5.10
152+
uses: azure/trusted-signing-action@v0.5.11
153153
with:
154154
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
155155
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
@@ -191,14 +191,14 @@ jobs:
191191

192192
# Save files created by ctest script
193193
- name: Save published binary (Windows)
194-
uses: actions/upload-artifact@v5
194+
uses: actions/upload-artifact@v6
195195
with:
196196
name: zip-vs2022_cl-binary
197197
path: ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.zip
198198
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
199199

200200
- name: Save published msi binary (Windows)
201-
uses: actions/upload-artifact@v5
201+
uses: actions/upload-artifact@v6
202202
with:
203203
name: msi-vs2022_cl-binary
204204
path: ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_cl.msi
@@ -236,7 +236,7 @@ jobs:
236236
237237
# Get files created by release script
238238
- name: Get tgz-tarball (Linux)
239-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
239+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
240240
with:
241241
name: tgz-tarball
242242
path: ${{ github.workspace }}
@@ -288,29 +288,29 @@ jobs:
288288
289289
# Save files created by ctest script
290290
- name: Save published binary (Linux)
291-
uses: actions/upload-artifact@v5
291+
uses: actions/upload-artifact@v6
292292
with:
293293
name: tgz-ubuntu-2404_gcc-binary
294294
path: ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_gcc.tar.gz
295295
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
296296

297297
- name: Save published binary deb (Linux)
298-
uses: actions/upload-artifact@v5
298+
uses: actions/upload-artifact@v6
299299
with:
300300
name: deb-ubuntu-2404_gcc-binary
301301
path: ${{ runner.workspace }}/builddeb/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_gcc.deb
302302
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
303303

304304
- name: Save published binary rpm (Linux)
305-
uses: actions/upload-artifact@v5
305+
uses: actions/upload-artifact@v6
306306
with:
307307
name: rpm-ubuntu-2404_gcc-binary
308308
path: ${{ runner.workspace }}/buildrpm/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_gcc.rpm
309309
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
310310

311311
# Save doxygen files created by ctest script
312312
- name: Save published doxygen (Linux)
313-
uses: actions/upload-artifact@v5
313+
uses: actions/upload-artifact@v6
314314
with:
315315
name: docs-doxygen
316316
path: ${{ runner.workspace }}/hdf4/build/${{ inputs.preset_name }}-GNUC/hdf4lib_docs/html
@@ -380,7 +380,7 @@ jobs:
380380
381381
# Get files created by release script
382382
- name: Get tgz-tarball (MacOS_latest)
383-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
383+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
384384
with:
385385
name: tgz-tarball
386386
path: ${{ github.workspace }}
@@ -523,14 +523,14 @@ jobs:
523523
524524
# Save files created by ctest script
525525
- name: Save published binary (MacOS_latest)
526-
uses: actions/upload-artifact@v5
526+
uses: actions/upload-artifact@v6
527527
with:
528528
name: tgz-macos14_clang-binary
529529
path: ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-macos14_clang.tar.gz
530530
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
531531

532532
- name: Save published dmg binary (MacOS_latest)
533-
uses: actions/upload-artifact@v5
533+
uses: actions/upload-artifact@v6
534534
with:
535535
name: tgz-macos14_clang-dmg-binary
536536
path: ${{ runner.workspace }}/builddmg/${{ steps.set-file-base.outputs.FILE_BASE }}-macos14_clang.dmg
@@ -570,7 +570,7 @@ jobs:
570570

571571
# Get files created by release script
572572
- name: Get zip-tarball (Windows_intel)
573-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
573+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
574574
with:
575575
name: zip-tarball
576576
path: ${{ github.workspace }}
@@ -620,7 +620,7 @@ jobs:
620620
shell: pwsh
621621

622622
- name: Sign files with Trusted Signing (Windows_intel)
623-
uses: azure/trusted-signing-action@v0.5.10
623+
uses: azure/trusted-signing-action@v0.5.11
624624
with:
625625
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
626626
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
@@ -662,14 +662,14 @@ jobs:
662662

663663
# Save files created by ctest script
664664
- name: Save published binary (Windows_intel)
665-
uses: actions/upload-artifact@v5
665+
uses: actions/upload-artifact@v6
666666
with:
667667
name: zip-vs2022_intel-binary
668668
path: ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_intel.zip
669669
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
670670

671671
- name: Save published msi binary (Windows_intel)
672-
uses: actions/upload-artifact@v5
672+
uses: actions/upload-artifact@v6
673673
with:
674674
name: msi-vs2022_intel-binary
675675
path: ${{ runner.workspace }}/buildmsi/${{ steps.set-file-base.outputs.FILE_BASE }}-win-vs2022_intel.msi
@@ -709,7 +709,7 @@ jobs:
709709
710710
# Get files created by release script
711711
- name: Get tgz-tarball (Linux_intel)
712-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
712+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
713713
with:
714714
name: tgz-tarball
715715
path: ${{ github.workspace }}
@@ -751,7 +751,7 @@ jobs:
751751
752752
# Save files created by ctest script
753753
- name: Save published binary (Linux_intel)
754-
uses: actions/upload-artifact@v5
754+
uses: actions/upload-artifact@v6
755755
with:
756756
name: tgz-ubuntu-2404_intel-binary
757757
path: ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2404_intel.tar.gz

0 commit comments

Comments
 (0)