Skip to content

Commit 7bb5867

Browse files
committed
Merge branch 'dependabot/github_actions/maint-25/github-actions-da10651e96' into maint-25
* dependabot/github_actions/maint-25/github-actions-da10651e96: build(deps): bump the github-actions group across 1 directory with 5 updates
2 parents 6cbc096 + c3337cc commit 7bb5867

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
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@21cfef2b496dd8ef5b904c159339626a10ad380e # ratchet:actions/[email protected].6
17+
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # ratchet:actions/[email protected].7
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@21cfef2b496dd8ef5b904c159339626a10ad380e # ratchet:actions/[email protected].6
19+
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # ratchet:actions/[email protected].7
2020
with:
2121
app_id: ${{ secrets.APP_ID }}
2222
private_key: ${{ secrets.APP_PEM }}

.github/workflows/main.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
70+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
7171
with:
7272
name: otp_git_archive
7373
path: otp_archive.tar.gz
7474
- name: Cache pre-built tar archives
7575
id: pre-built-cache
76-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # ratchet:actions/[email protected].2
76+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/[email protected].3
7777
with:
7878
path: |
7979
otp_src.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
111+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
138+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
139139
with:
140140
name: otp_prebuilt
141141
path: |
@@ -152,13 +152,13 @@ jobs:
152152
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
153153

154154
- name: Download source archive
155-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
155+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
156156
with:
157157
name: otp_prebuilt
158158

159159
- name: Cache wxWidgets
160160
id: wxwidgets-cache
161-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # ratchet:actions/[email protected].2
161+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/[email protected].3
162162
with:
163163
path: wxWidgets
164164
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-12
@@ -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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
187+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
188188
with:
189189
name: otp_prebuilt_macos_x86-64
190190
path: otp/otp_macos_*_x86-64.tar.gz
@@ -199,7 +199,7 @@ jobs:
199199
steps:
200200
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
201201
- name: Download source archive
202-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
202+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
203203
with:
204204
name: otp_prebuilt
205205

@@ -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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
221+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
222222
with:
223223
name: ios_framework_${{ env.TARGET_ARCH }}
224224
path: otp/liberlang.xcframework
@@ -247,7 +247,7 @@ jobs:
247247
IF EXIST "c:\\Program Files\\OpenSSL-Win64" (move "c:\\Program Files\\OpenSSL-Win64" "c:\\OpenSSL-Win64") ELSE (move "c:\\Program Files\\OpenSSL" "c:\\OpenSSL-Win64")
248248
249249
- name: Cache wxWidgets
250-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # ratchet:actions/[email protected].2
250+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/[email protected].3
251251
with:
252252
path: wxWidgets
253253
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -289,7 +289,7 @@ jobs:
289289
nmake TARGET_CPU=amd64 BUILD=release SHARED=0 DIR_SUFFIX_CPU= -f makefile.vc
290290
291291
- name: Download source archive
292-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
292+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
293293
with:
294294
name: otp_prebuilt
295295

@@ -317,7 +317,7 @@ jobs:
317317
./otp_build installer_win32
318318
319319
- name: Upload installer
320-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
320+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
321321
with:
322322
name: otp_win32_installer
323323
path: otp/release/win32/otp*.exe
@@ -362,7 +362,7 @@ jobs:
362362
BASE_BRANCH: ${{ env.BASE_BRANCH }}
363363
TYPE: ${{ matrix.type }}
364364
- name: Download source archive
365-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
365+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
366366
with:
367367
name: otp_prebuilt
368368
- name: Build ${{ matrix.type }} image
@@ -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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
401+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
406+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
490+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
491491
if: always()
492492
with:
493493
name: ${{ matrix.type }}_test_results
@@ -504,7 +504,7 @@ jobs:
504504
with:
505505
BASE_BRANCH: ${{ env.BASE_BRANCH }}
506506
- name: Download test results
507-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
507+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
508508
- name: Merge test results
509509
run: |
510510
shopt -s nullglob
@@ -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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
537+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
544+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
545545
with:
546546
name: Unit Test Results
547547
path: |
@@ -572,15 +572,15 @@ jobs:
572572

573573
## Publish the pre-built archive and docs
574574
- name: Download source archive
575-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
575+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
576576
with:
577577
name: otp_prebuilt
578578
- name: Download html docs
579-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
579+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
580580
with:
581581
name: otp_doc_html
582582
- name: Download man docs
583-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # ratchet:actions/download-artifact@v4.1.9
583+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # ratchet:actions/download-artifact@v4.2.1
584584
with:
585585
name: otp_doc_man
586586

@@ -618,7 +618,7 @@ jobs:
618618
runs-on: ubuntu-latest
619619
steps:
620620
- name: Upload
621-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/[email protected].1
621+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # ratchet:actions/[email protected].2
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/osv-scanner-reusable.yml@v1.9.2"
75+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.0"

0 commit comments

Comments
 (0)