Skip to content

Commit 5dac2d6

Browse files
committed
chore(deps): update github-actions
1 parent ccff599 commit 5dac2d6

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

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

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

2929
- name: Cache BASE image
30-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4.2.3
30+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3131
if: inputs.TYPE == '64-bit' || inputs.TYPE == 'clang'
3232
with:
3333
path: otp_docker_base.tar
3434
key: ${{ runner.os }}-${{ hashFiles('.github/dockerfiles/Dockerfile.ubuntu-base', '.github/scripts/build-base-image.sh') }}-${{ steps.date.outputs.date }}-${{ hashFiles('OTP_VERSION') }}
3535

3636
- name: Docker login
37-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # ratchet:docker/login-action@v3.4.0
37+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.repository_owner }}
@@ -47,7 +47,7 @@ runs:
4747
- name: Cache pre-built src
4848
id: cache-src
4949
if: inputs.BUILD_IMAGE == 'true'
50-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4.2.3
50+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5151
with:
5252
path: otp_src.tar.gz
5353
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
@@ -61,7 +61,7 @@ runs:
6161
- name: Cache pre-built binaries
6262
id: cache-binary
6363
if: inputs.BUILD_IMAGE == 'true' && steps.cache-src.outputs.cache-hit == 'true'
64-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4.2.3
64+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6565
with:
6666
path: otp_cache.tar.gz
6767
key: prebuilt-cache-${{ inputs.TYPE }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/actions-updater.yaml

Lines changed: 2 additions & 2 deletions
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@df432ceedc7162793a195dd1713ff69aefc7379e # ratchet:actions/create-github-app-token@v2.0.6
17+
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
1818
with:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PEM }}
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ steps.generate_token.outputs.token }}
2525

2626
- name: Run GitHub Actions Version Updater
27-
uses: saadmk11/github-actions-version-updater@64be81ba69383f81f2be476703ea6570c4c8686e # ratchet:saadmk11/github-actions-version-updater@v0.8.1
27+
uses: saadmk11/github-actions-version-updater@d8781caf11d11168579c8e5e94f62b068038f442 # v0.9.0
2828
with:
2929
token: ${{ steps.generate_token.outputs.token }}
3030
pull_request_branch: "github/actions-update"

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ jobs:
101101
with:
102102
filters: .github/scripts/c-code-path-filters.yaml
103103
- name: Cache pre-built src
104-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4.2.3
104+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
105105
with:
106106
path: otp_src.tar.gz
107107
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
108108
restore-keys: |
109109
prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
110110
- name: Cache pre-built binaries
111-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4.2.3
111+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
112112
with:
113113
path: otp_cache.tar.gz
114114
key: prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: Cache wxWidgets
215215
id: wxwidgets-cache
216-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4.2.3
216+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
217217
with:
218218
path: wxWidgets
219219
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -303,7 +303,7 @@ jobs:
303303
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")
304304
305305
- name: Cache wxWidgets
306-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4.2.3
306+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
307307
with:
308308
path: wxWidgets
309309
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -656,7 +656,7 @@ jobs:
656656
sha256sum $FILES > SHA256.txt
657657
658658
- name: Upload pre-built and doc tar archives
659-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # ratchet:softprops/action-gh-release@v2.2.2
659+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
660660
with:
661661
name: OTP ${{ steps.tag.outputs.vsn }}
662662
files: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
# See: https://github.com/github/codeql-action/issues/2117
8686
actions: read
8787
contents: read
88-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de" # ratchet:google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.2
88+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de" # ratchet:google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.2.1"
8989
with:
9090
upload-sarif: ${{ github.repository == 'erlang/otp' }}

.github/workflows/pr-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
path: erlang.github.io
117117

118118
- name: Publish CT Test Results
119-
uses: EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 # ratchet:EnricoMi/publish-unit-test-result-action@v2.19.0
119+
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0
120120
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true'
121121
with:
122122
commit: ${{ github.event.workflow_run.head_sha }}

.github/workflows/update-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: bash
5555
run: .github/scripts/cleanup_gh_runner.sh
5656
- name: Docker login
57-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # ratchet:docker/login-action@v3.4.0
57+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

0 commit comments

Comments
 (0)