Skip to content

Commit dbd1556

Browse files
committed
chore(deps): update github-actions
1 parent d04f6a0 commit dbd1556

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/actions/build-base-image/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474

7575
- name: Download pre-built src
7676
if: inputs.BUILD_IMAGE == 'true' && steps.cache-src.outputs.cache-hit != 'true'
77-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
77+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
7878
with:
7979
name: otp_prebuilt
8080

@@ -88,7 +88,7 @@ runs:
8888

8989
- name: Download pre-built binaries
9090
if: inputs.BUILD_IMAGE == 'true' && steps.cache-binary.outputs.cache-hit != 'true'
91-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/download-artifact@v4
91+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
9292
with:
9393
name: otp_prebuilt
9494

.github/workflows/main.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
201201

202202
- name: Download source archive
203-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
203+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
204204
with:
205205
name: otp_prebuilt
206206

@@ -248,7 +248,7 @@ jobs:
248248
steps:
249249
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
250250
- name: Download source archive
251-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
251+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
252252
with:
253253
name: otp_prebuilt
254254

@@ -279,11 +279,11 @@ jobs:
279279
env:
280280
WXWIDGETS_VERSION: 3.2.6
281281
name: Build Erlang/OTP (Windows)
282-
runs-on: windows-2022
282+
runs-on: windows-2025
283283
needs: pack
284284
if: needs.pack.outputs.build-c-code == 'true'
285285
steps:
286-
- uses: Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5.0.1
286+
- uses: Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6.0.0
287287
with:
288288
distribution: Ubuntu-18.04
289289

@@ -339,7 +339,7 @@ jobs:
339339
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
340340
341341
- name: Download source archive
342-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
342+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
343343
with:
344344
name: otp_prebuilt
345345

@@ -451,7 +451,7 @@ jobs:
451451
if: needs.pack.outputs.build-c-code == 'true'
452452
steps:
453453
- name: Download source archive
454-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
454+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
455455
with:
456456
name: otp_prebuilt
457457
- name: Build on FreeBSD
@@ -616,7 +616,7 @@ jobs:
616616
with:
617617
BASE_BRANCH: ${{ env.BASE_BRANCH }}
618618
- name: Download test results
619-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
619+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
620620
- name: Merge test results
621621
run: |
622622
shopt -s nullglob
@@ -867,7 +867,7 @@ jobs:
867867
BASE_BRANCH: ${{ env.BASE_BRANCH }}
868868

869869
- name: Download SBoM
870-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
870+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
871871
with:
872872
name: ort-results-otp-${{ env.OTP_SBOM_VERSION }}
873873

@@ -910,15 +910,15 @@ jobs:
910910

911911
## Publish the pre-built archive and docs
912912
- name: Download source archive
913-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
913+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
914914
with:
915915
name: otp_prebuilt
916916
- name: Download html docs
917-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
917+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
918918
with:
919919
name: otp_doc_html
920920
- name: Download man docs
921-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
921+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
922922
with:
923923
name: otp_doc_man
924924

@@ -937,12 +937,12 @@ jobs:
937937
sha256sum $FILES > SHA256.txt
938938
939939
- name: Download SBoM
940-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
940+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
941941
with:
942942
name: ort-results-otp-${{ env.OTP_SBOM_VERSION }}
943943

944944
- name: Download ORT Scan Results
945-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # ratchet:actions/[email protected].0
945+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
946946
with:
947947
name: ort-results-otp-${{ env.OTP_SBOM_VERSION }}-scan-result.json.zip
948948

.github/workflows/upload-windows-zip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636

3737
jobs:
3838
upload-windows-zip:
39-
runs-on: windows-2022
39+
runs-on: windows-2025
4040
## Needed to upload assets to releases
4141
permissions:
4242
contents: write

0 commit comments

Comments
 (0)