Skip to content

Commit 7840dc8

Browse files
Update GitHub Action Versions
1 parent 783478e commit 7840dc8

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
2828

2929
- name: Cache BASE image
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
3131
if: inputs.TYPE == '64-bit' || inputs.TYPE == 'clang'
3232
with:
3333
path: otp_docker_base.tar
@@ -46,13 +46,13 @@ runs:
4646

4747
- name: Cache pre-built src
4848
if: inputs.BUILD_IMAGE == 'true'
49-
uses: actions/[email protected].1
49+
uses: actions/[email protected].2
5050
with:
5151
path: otp_src.tar.gz
5252
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
5353
- name: Cache pre-built binaries
5454
if: inputs.BUILD_IMAGE == 'true'
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
with:
5757
path: otp_cache.tar.gz
5858
key: prebuilt-cache-${{ inputs.TYPE }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/actions-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
app-id: ${{ secrets.APP_ID }}
2121
private-key: ${{ secrets.APP_PEM }}
2222

23-
- uses: actions/[email protected].1
23+
- uses: actions/[email protected].2
2424
with:
2525
token: ${{ steps.generate_token.outputs.token }}
2626

.github/workflows/main.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
c-code-changes: ${{ steps.c-code-changes.outputs.changes }}
4242
all: ${{ steps.apps.outputs.all }}
4343
steps:
44-
- uses: actions/[email protected].1
44+
- uses: actions/[email protected].2
4545
- uses: ./.github/actions/build-base-image
4646
with:
4747
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -79,14 +79,14 @@ jobs:
7979
with:
8080
filters: .github/scripts/c-code-path-filters.yaml
8181
- name: Cache pre-built src
82-
uses: actions/[email protected].1
82+
uses: actions/[email protected].2
8383
with:
8484
path: otp_src.tar.gz
8585
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
8686
restore-keys: |
8787
prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
8888
- name: Cache pre-built binaries
89-
uses: actions/[email protected].1
89+
uses: actions/[email protected].2
9090
with:
9191
path: otp_cache.tar.gz
9292
key: prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -181,7 +181,7 @@ jobs:
181181
env:
182182
WXWIDGETS_VERSION: 3.1.5
183183
steps:
184-
- uses: actions/[email protected].1
184+
- uses: actions/[email protected].2
185185

186186
- name: Download source archive
187187
uses: actions/[email protected]
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Cache wxWidgets
192192
id: wxwidgets-cache
193-
uses: actions/[email protected].1
193+
uses: actions/[email protected].2
194194
with:
195195
path: wxWidgets
196196
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh')}}-12
@@ -229,7 +229,7 @@ jobs:
229229
runs-on: macos-12
230230
needs: pack
231231
steps:
232-
- uses: actions/[email protected].1
232+
- uses: actions/[email protected].2
233233
- name: Download source archive
234234
uses: actions/[email protected]
235235
with:
@@ -280,7 +280,7 @@ jobs:
280280
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")
281281
282282
- name: Cache wxWidgets
283-
uses: actions/[email protected].1
283+
uses: actions/[email protected].2
284284
with:
285285
path: wxWidgets
286286
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -362,7 +362,7 @@ jobs:
362362
if: needs.pack.outputs.c-code-changes
363363

364364
steps:
365-
- uses: actions/[email protected].1
365+
- uses: actions/[email protected].2
366366
- uses: ./.github/actions/build-base-image
367367
with:
368368
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -390,7 +390,7 @@ jobs:
390390
fail-fast: false
391391

392392
steps:
393-
- uses: actions/[email protected].1
393+
- uses: actions/[email protected].2
394394
- uses: ./.github/actions/build-base-image
395395
with:
396396
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -401,7 +401,7 @@ jobs:
401401
runs-on: ubuntu-latest
402402
needs: pack
403403
steps:
404-
- uses: actions/[email protected].1
404+
- uses: actions/[email protected].2
405405
- uses: ./.github/actions/build-base-image
406406
with:
407407
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -455,7 +455,7 @@ jobs:
455455
runs-on: ubuntu-latest
456456
needs: pack
457457
steps:
458-
- uses: actions/[email protected].1
458+
- uses: actions/[email protected].2
459459
- uses: ./.github/actions/build-base-image
460460
with:
461461
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -478,7 +478,7 @@ jobs:
478478
# type: ["os_mon","sasl"]
479479
fail-fast: false
480480
steps:
481-
- uses: actions/[email protected].1
481+
- uses: actions/[email protected].2
482482
- uses: ./.github/actions/build-base-image
483483
with:
484484
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -527,7 +527,7 @@ jobs:
527527
if: ${{ !cancelled() }} # Run even if the need has failed
528528
needs: test
529529
steps:
530-
- uses: actions/[email protected].1
530+
- uses: actions/[email protected].2
531531
- uses: ./.github/actions/build-base-image
532532
with:
533533
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -596,7 +596,7 @@ jobs:
596596
echo "tag=${TAG}" >> $GITHUB_OUTPUT
597597
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
598598
599-
- uses: actions/[email protected].1
599+
- uses: actions/[email protected].2
600600

601601
## Publish the pre-built archive and docs
602602
- name: Download source archive

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
versions: ${{ steps.get-versions.outputs.versions }}
2828
steps:
29-
- uses: actions/[email protected].1
29+
- uses: actions/[email protected].2
3030
- id: get-versions
3131
name: Fetch latest 3 OTP versions
3232
run: |
@@ -52,7 +52,7 @@ jobs:
5252
permissions:
5353
actions: write
5454
steps:
55-
- uses: actions/[email protected].1
55+
- uses: actions/[email protected].2
5656
with:
5757
ref: ${{ matrix.type }}
5858

.github/workflows/pr-comment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
result: ${{ steps.pr-number.outputs.result }}
2323
steps:
24-
- uses: actions/[email protected].1
24+
- uses: actions/[email protected].2
2525
- name: Fetch PR number
2626
id: pr-number
2727
env:
@@ -40,7 +40,7 @@ jobs:
4040
pull-requests: write
4141
if: github.event.action == 'requested' && needs.pr-number.outputs.result != ''
4242
steps:
43-
- uses: actions/[email protected].1
43+
- uses: actions/[email protected].2
4444
## We create an initial comment with some useful help to the user
4545
- uses: actions/[email protected]
4646
with:
@@ -63,7 +63,7 @@ jobs:
6363
needs.pr-number.outputs.result != '' &&
6464
github.event.workflow_run.conclusion != 'skipped'
6565
steps:
66-
- uses: actions/[email protected].1
66+
- uses: actions/[email protected].2
6767
- name: Download and Extract Artifacts
6868
id: extract
6969
env:
@@ -88,14 +88,14 @@ jobs:
8888
echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT
8989
fi
9090
91-
- uses: actions/[email protected].1
91+
- uses: actions/[email protected].2
9292
with:
9393
token: ${{ secrets.ERLANG_TOKEN }}
9494
repository: 'erlang/erlang.github.io'
9595
path: erlang.github.io
9696

9797
- name: Publish CT Test Results
98-
uses: EnricoMi/publish-unit-test-result-action@v2.17.1
98+
uses: EnricoMi/publish-unit-test-result-action@v2.18.0
9999
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true'
100100
with:
101101
commit: ${{ github.event.workflow_run.head_sha }}

.github/workflows/sync-github-prs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
concurrency: erlang.github.io-deploy
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/[email protected].1
18-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
18+
- uses: actions/[email protected].2
1919
with:
2020
token: ${{ secrets.ERLANG_TOKEN }}
2121
repository: 'erlang/erlang.github.io'

.github/workflows/sync-github-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
concurrency: sync-github-releases
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/[email protected].1
23+
- uses: actions/[email protected].2
2424
## We need to login to the package registry in order to pull
2525
## the base debian image.
2626
- name: Docker login

.github/workflows/update-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727

2828
steps:
29-
- uses: actions/[email protected].1
29+
- uses: actions/[email protected].2
3030
with:
3131
ref: ${{ matrix.branch }}
3232
- name: Cleanup GH Runner

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
basename: otp_${{ inputs.target }}_${{ inputs.version }}
2020
steps:
21-
- uses: actions/[email protected].1
21+
- uses: actions/[email protected].2
2222

2323
- name: Install OTP
2424
shell: cmd

0 commit comments

Comments
 (0)