Skip to content

Commit 6560e93

Browse files
committed
Merge branch 'dependabot/github_actions/maint-25/github-actions-3b8ecbac84' into maint-25
* dependabot/github_actions/maint-25/github-actions-3b8ecbac84: build(deps): bump the github-actions group across 1 directory with 4 updates
2 parents fbfa766 + b01f0ce commit 6560e93

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/actions-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate token
1616
id: generate_token
17-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # ratchet:actions/[email protected].0
17+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # ratchet:actions/[email protected].1
1818
with:
1919
app_id: ${{ secrets.APP_ID }}
2020
private_key: ${{ secrets.APP_PEM }}

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate token
1818
id: generate_token
19-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # ratchet:actions/[email protected].0
19+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # ratchet:actions/[email protected].1
2020
with:
2121
app_id: ${{ secrets.APP_ID }}
2222
private_key: ${{ secrets.APP_PEM }}

.github/workflows/main.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Create initial pre-release tar
6868
run: .github/scripts/init-pre-release.sh otp_archive.tar.gz
6969
- name: Upload source tar archive
70-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
70+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
7171
with:
7272
name: otp_git_archive
7373
path: otp_archive.tar.gz
@@ -108,7 +108,7 @@ jobs:
108108
'${{ steps.cache.outputs.deleted_files }}' \
109109
'${{ steps.changes.outputs.changes }}'
110110
- name: Upload restored cache
111-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
111+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
112112
if: runner.debug == 1
113113
with:
114114
name: restored-cache
@@ -135,7 +135,7 @@ jobs:
135135
bash -c 'set -x; C_APPS=$(ls -d ./lib/*/c_src); find Makefile ./make ./erts ./bin/`erts/autoconf/config.guess` ./lib/erl_interface ./lib/jinterface ${C_APPS} `echo "${C_APPS}" | sed -e 's:c_src$:priv:'` -type f -newer README.md \! -name "*.beam" \! -path "*/doc/*" | xargs tar --transform "s:^./:otp/:" -uvf /github/otp_cache.tar'
136136
gzip otp_cache.tar
137137
- name: Upload pre-built tar archive
138-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
138+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
139139
with:
140140
name: otp_prebuilt
141141
path: |
@@ -184,7 +184,7 @@ jobs:
184184
./bin/erl -noshell -eval '{wx_ref,_,_,_} = wx:new(), io:format("wx ok~n"), halt().'
185185
186186
- name: Upload tarball
187-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
187+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
188188
with:
189189
name: otp_prebuilt_macos_x86-64
190190
path: otp/otp_macos_*_x86-64.tar.gz
@@ -218,7 +218,7 @@ jobs:
218218
xcodebuild -create-xcframework -output ./liberlang.xcframework -library liberlang.a
219219
220220
- name: Upload framework
221-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
221+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
222222
with:
223223
name: ios_framework_${{ env.TARGET_ARCH }}
224224
path: otp/liberlang.xcframework
@@ -233,7 +233,7 @@ jobs:
233233
runs-on: windows-2022
234234
needs: pack
235235
steps:
236-
- uses: Vampire/setup-wsl@94eb93b553120d1861bf7560661794363e898ad4 # ratchet:Vampire/setup-wsl@v4.0.0
236+
- uses: Vampire/setup-wsl@5ff2c045a05fd477a71b5419d50c5a228a52468e # ratchet:Vampire/setup-wsl@v4.1.0
237237
with:
238238
distribution: Ubuntu-18.04
239239

@@ -317,7 +317,7 @@ jobs:
317317
./otp_build installer_win32
318318
319319
- name: Upload installer
320-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
320+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
321321
with:
322322
name: otp_win32_installer
323323
path: otp/release/win32/otp*.exe
@@ -398,12 +398,12 @@ jobs:
398398
rm -rf man
399399
tar czf ../otp_doc_html.tar.gz *
400400
- name: Upload html documentation archive
401-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
401+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
402402
with:
403403
name: otp_doc_html
404404
path: otp_doc_html.tar.gz
405405
- name: Upload man documentation archive
406-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
406+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
407407
with:
408408
name: otp_doc_man
409409
path: otp_doc_man.tar.gz
@@ -487,7 +487,7 @@ jobs:
487487
sudo bash -c "chown -R `whoami` make_test_dir && chmod -R +r make_test_dir"
488488
tar czf ${{ matrix.type }}_test_results.tar.gz make_test_dir
489489
- name: Upload test results
490-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
490+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
491491
if: always()
492492
with:
493493
name: ${{ matrix.type }}_test_results
@@ -534,14 +534,14 @@ jobs:
534534
-e 's:\(file="erts/\)make_test_dir/[^/]*:\1test:g' \
535535
make_test_dir/*_junit.xml
536536
- name: Upload test results
537-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
537+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
538538
if: always()
539539
with:
540540
name: test_results
541541
path: test_results.tar.gz
542542
- name: Upload Test Results
543543
if: always()
544-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
544+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
545545
with:
546546
name: Unit Test Results
547547
path: |
@@ -618,7 +618,7 @@ jobs:
618618
runs-on: ubuntu-latest
619619
steps:
620620
- name: Upload
621-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # ratchet:actions/upload-artifact@v4.4.3
621+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0
622622
with:
623623
name: Event File
624624
path: ${{ github.event_path }}

.github/workflows/osv-scanner-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
# run-scheduled-scan triggers this job
7373
# PRs and pushes trigger this job
7474
if: github.event_name != 'schedule'
75-
uses: "google/osv-scanner-action/.github/workflows/[email protected].1"
75+
uses: "google/osv-scanner-action/.github/workflows/[email protected].2"

0 commit comments

Comments
 (0)