Skip to content

Commit ba2a4d5

Browse files
Bump the github-actions group with 3 updates (#814)
Updates `actions/download-artifact` from 4.2.1 to 4.3.0 Updates `DoozyX/clang-format-lint-action` from 0.18.2 to 0.20 Updates `softprops/action-gh-release` from 2.2.1 to 2.2.2
1 parent 70426d8 commit ba2a4d5

File tree

9 files changed

+42
-42
lines changed

9 files changed

+42
-42
lines changed

.github/workflows/abi-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/[email protected]
4848

4949
- name: Get published binary (Linux)
50-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
50+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5151
with:
5252
name: tgz-ubuntu-2404_gcc-binary
5353
path: ${{ github.workspace }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515

1616
- name: Run clang-format style check for C and Java code
17-
uses: DoozyX/clang-format-lint-action@v0.18.2
17+
uses: DoozyX/clang-format-lint-action@v0.20
1818
with:
1919
source: '.'
2020
extensions: 'c,h,cpp,hpp,java'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/[email protected]
2727

2828
- name: Fix C and Java formatting issues detected by clang-format
29-
uses: DoozyX/clang-format-lint-action@v0.18.2
29+
uses: DoozyX/clang-format-lint-action@v0.20
3030
with:
3131
source: '.'
3232
extensions: 'c,h,cpp,hpp,java'

.github/workflows/cmake-analysis.yml

Lines changed: 4 additions & 4 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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
53+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5454
with:
5555
name: tgz-tarball
5656
path: ${{ github.workspace }}
@@ -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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
151+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
152152
with:
153153
name: tgz-tarball
154154
path: ${{ github.workspace }}
@@ -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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
249+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
250250
with:
251251
name: tgz-tarball
252252
path: ${{ github.workspace }}
@@ -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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
347+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
348348
with:
349349
name: tgz-tarball
350350
path: ${{ github.workspace }}

.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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
36+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
108+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
158+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
159159
with:
160160
name: tgz-macos14_clang-${{ inputs.build_mode }}-binary
161161
path: ${{ github.workspace }}

.github/workflows/cmake-ctest.yml

Lines changed: 5 additions & 5 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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
105+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
106106
with:
107107
name: zip-tarball
108108
path: ${{ github.workspace }}
@@ -236,7 +236,7 @@ jobs:
236236
237237
# Get files created by release script
238238
- name: Get tgz-tarball (Linux)
239-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
239+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
240240
with:
241241
name: tgz-tarball
242242
path: ${{ github.workspace }}
@@ -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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
383+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
384384
with:
385385
name: tgz-tarball
386386
path: ${{ github.workspace }}
@@ -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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
573+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
574574
with:
575575
name: zip-tarball
576576
path: ${{ github.workspace }}
@@ -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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
712+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
713713
with:
714714
name: tgz-tarball
715715
path: ${{ github.workspace }}

.github/workflows/cmake-script.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Get files created by release script
5858
- name: Get zip-tarball (Windows)
59-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
59+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
6060
with:
6161
name: zip-tarball
6262
path: ${{ github.workspace }}
@@ -154,7 +154,7 @@ jobs:
154154
155155
# Get files created by release script
156156
- name: Get tgz-tarball (Linux)
157-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
157+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
158158
with:
159159
name: tgz-tarball
160160
path: ${{ github.workspace }}
@@ -253,7 +253,7 @@ jobs:
253253
254254
# Get files created by release script
255255
- name: Get tgz-tarball (MacOS_latest)
256-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
256+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
257257
with:
258258
name: tgz-tarball
259259
path: ${{ github.workspace }}
@@ -354,7 +354,7 @@ jobs:
354354

355355
# Get files created by release script
356356
- name: Get zip-tarball (Windows_intel)
357-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
357+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
358358
with:
359359
name: zip-tarball
360360
path: ${{ github.workspace }}
@@ -460,7 +460,7 @@ jobs:
460460
461461
# Get files created by release script
462462
- name: Get tgz-tarball (Linux_intel)
463-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
463+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
464464
with:
465465
name: tgz-tarball
466466
path: ${{ github.workspace }}
@@ -555,7 +555,7 @@ jobs:
555555

556556
# Get files created by release script
557557
- name: Get zip-tarball (Windows_clang)
558-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
558+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
559559
with:
560560
name: zip-tarball
561561
path: ${{ github.workspace }}
@@ -663,7 +663,7 @@ jobs:
663663
664664
# Get files created by release script
665665
- name: Get tgz-tarball (Linux_clang)
666-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
666+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
667667
with:
668668
name: tgz-tarball
669669
path: ${{ github.workspace }}

.github/workflows/cygwin-cmake.yml

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

5757
# Get files created by release script
5858
- name: Get zip-tarball (Cygwin)
59-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
59+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
6060
with:
6161
name: zip-tarball
6262
path: ${{ github.workspace }}

.github/workflows/release-files.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
# Get files created by tarball script
7575
- name: Get doxygen (Linux)
76-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
76+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7777
with:
7878
name: docs-doxygen
7979
path: ${{ github.workspace }}/${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
@@ -82,94 +82,94 @@ jobs:
8282
run: zip -r ${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen.zip ./${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen
8383

8484
- name: Get tgz-tarball (Linux)
85-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
85+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8686
with:
8787
name: tgz-tarball
8888
path: ${{ github.workspace }}
8989

9090
- name: Get zip-tarball (Windows)
91-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
91+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9292
with:
9393
name: zip-tarball
9494
path: ${{ github.workspace }}
9595

9696
# Get files created by cmake-ctest script
9797
- name: Get published binary (Windows)
98-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
98+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9999
with:
100100
name: zip-vs2022_cl-binary
101101
path: ${{ github.workspace }}
102102

103103
- name: Get published msi binary (Windows)
104-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
104+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
105105
with:
106106
name: msi-vs2022_cl-binary
107107
path: ${{ github.workspace }}
108108

109109
- name: Get published binary (MacOS)
110-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
110+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
111111
with:
112112
name: tgz-macos14_clang-binary
113113
path: ${{ github.workspace }}
114114

115115
- name: Get published dmg binary (MacOS)
116-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
116+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
117117
with:
118118
name: tgz-macos14_clang-dmg-binary
119119
path: ${{ github.workspace }}
120120

121121
- name: Get published binary (Linux)
122-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
122+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
123123
with:
124124
name: tgz-ubuntu-2404_gcc-binary
125125
path: ${{ github.workspace }}
126126

127127
- name: Get published deb binary (Linux)
128-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
128+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
129129
with:
130130
name: deb-ubuntu-2404_gcc-binary
131131
path: ${{ github.workspace }}
132132

133133
- name: Get published rpm binary (Linux)
134-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
134+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
135135
with:
136136
name: rpm-ubuntu-2404_gcc-binary
137137
path: ${{ github.workspace }}
138138

139139
- name: Get published binary (Windows_intel)
140-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
140+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
141141
with:
142142
name: zip-vs2022_intel-binary
143143
path: ${{ github.workspace }}
144144

145145
- name: Get published msi binary (Windows_intel)
146-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
146+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
147147
with:
148148
name: msi-vs2022_intel-binary
149149
path: ${{ github.workspace }}
150150

151151
- name: Get published binary (Linux_intel)
152-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
152+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
153153
with:
154154
name: tgz-ubuntu-2404_intel-binary
155155
path: ${{ github.workspace }}
156156

157157
- name: Get published abi reports (Linux)
158-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
158+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
159159
with:
160160
name: abi-reports
161161
path: ${{ github.workspace }}
162162

163163
- name: Get published nonversioned source (tgz)
164164
if: ${{ (inputs.use_environ == 'release') }}
165-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
165+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
166166
with:
167167
name: tgz-tarball-nover
168168
path: ${{ github.workspace }}
169169

170170
- name: Get published nonversioned source (zip)
171171
if: ${{ (inputs.use_environ == 'release') }}
172-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
172+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
173173
with:
174174
name: zip-tarball-nover
175175
path: ${{ github.workspace }}
@@ -202,7 +202,7 @@ jobs:
202202
echo "${{ steps.get-file-base.outputs.FILE_BASE }}" > ./last-file.txt
203203
204204
- name: Get NEWSLETTER
205-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
205+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
206206
with:
207207
name: NEWSLETTER
208208
path: ${{ github.workspace }}
@@ -214,7 +214,7 @@ jobs:
214214
- name: PreRelease tag
215215
id: create_prerelease
216216
if: ${{ (inputs.use_environ == 'snapshots') }}
217-
uses: softprops/[email protected].1
217+
uses: softprops/[email protected].2
218218
with:
219219
tag_name: "${{ inputs.use_tag }}"
220220
prerelease: true
@@ -241,7 +241,7 @@ jobs:
241241
- name: Release tag
242242
id: create_release
243243
if: ${{ (inputs.use_environ == 'release') }}
244-
uses: softprops/[email protected].1
244+
uses: softprops/[email protected].2
245245
with:
246246
tag_name: "${{ inputs.use_tag }}"
247247
prerelease: false

0 commit comments

Comments
 (0)