Skip to content

Commit 8e186be

Browse files
build(deps): bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` | | [actions/cache](https://github.com/actions/cache) | `4.1.1` | `4.1.2` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.0.8` | `2.1.0` | | [google/osv-scanner-action](https://github.com/google/osv-scanner-action) | `1.8.5` | `1.9.0` | | [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) | `2.17.1` | `2.18.0` | Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...11bd719) Updates `actions/cache` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) Updates `softprops/action-gh-release` from 2.0.8 to 2.1.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@c062e08...01570a1) Updates `google/osv-scanner-action` from 1.8.5 to 1.9.0 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@f0e6719...19ec111) Updates `EnricoMi/publish-unit-test-result-action` from 2.17.1 to 2.18.0 - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@82082da...170bf24) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: google/osv-scanner-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b89510 commit 8e186be

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

.github/workflows/actions-updater.yaml

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

22-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
2323
with:
2424
token: ${{ steps.generate_token.outputs.token }}
2525

.github/workflows/main.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
all: ${{ steps.apps.outputs.all }}
6464
added_files: ${{ steps.cache.outputs.added_files }}
6565
steps:
66-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
66+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
6767
- uses: ./.github/actions/build-base-image
6868
with:
6969
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
104+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
111+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
112112
with:
113113
path: otp_cache.tar.gz
114114
key: prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -206,7 +206,7 @@ jobs:
206206
WXWIDGETS_VERSION: 3.2.6
207207
MACOS_VERSION: 15
208208
steps:
209-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
209+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
210210

211211
- name: Download source archive
212212
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Cache wxWidgets
217217
id: wxwidgets-cache
218-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
218+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
219219
with:
220220
path: wxWidgets
221221
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -254,7 +254,7 @@ jobs:
254254
runs-on: macos-15
255255
needs: pack
256256
steps:
257-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
257+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
258258
- name: Download source archive
259259
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
260260
with:
@@ -305,7 +305,7 @@ jobs:
305305
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")
306306
307307
- name: Cache wxWidgets
308-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
308+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
309309
with:
310310
path: wxWidgets
311311
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -387,7 +387,7 @@ jobs:
387387
if: needs.pack.outputs.c-code-changes
388388

389389
steps:
390-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
390+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
391391
- uses: ./.github/actions/build-base-image
392392
with:
393393
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -415,7 +415,7 @@ jobs:
415415
fail-fast: false
416416

417417
steps:
418-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
418+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
419419
- uses: ./.github/actions/build-base-image
420420
with:
421421
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -426,7 +426,7 @@ jobs:
426426
runs-on: ubuntu-latest
427427
needs: pack
428428
steps:
429-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
429+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
430430
- uses: ./.github/actions/build-base-image
431431
with:
432432
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -471,7 +471,7 @@ jobs:
471471
runs-on: ubuntu-latest
472472
needs: pack
473473
steps:
474-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
474+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
475475
- uses: ./.github/actions/build-base-image
476476
with:
477477
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -503,7 +503,7 @@ jobs:
503503
# type: ["os_mon","sasl"]
504504
fail-fast: false
505505
steps:
506-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
506+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
507507
- uses: ./.github/actions/build-base-image
508508
with:
509509
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -552,7 +552,7 @@ jobs:
552552
if: ${{ !cancelled() }} # Run even if the need has failed
553553
needs: test
554554
steps:
555-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
555+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
556556
- uses: ./.github/actions/build-base-image
557557
with:
558558
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -621,7 +621,7 @@ jobs:
621621
echo "tag=${TAG}" >> $GITHUB_OUTPUT
622622
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
623623
624-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
624+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
625625

626626
## Publish the pre-built archive and docs
627627
- name: Download source archive
@@ -652,7 +652,7 @@ jobs:
652652
sha256sum $FILES > SHA256.txt
653653
654654
- name: Upload pre-built and doc tar archives
655-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
655+
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0
656656
with:
657657
name: OTP ${{ steps.tag.outputs.vsn }}
658658
files: |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
outputs:
3939
versions: ${{ steps.get-versions.outputs.versions }}
4040
steps:
41-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
41+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
4242
- id: get-versions
4343
name: Fetch latest 3 OTP versions
4444
run: |
@@ -64,7 +64,7 @@ jobs:
6464
permissions:
6565
actions: write
6666
steps:
67-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
67+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
6868
with:
6969
ref: ${{ matrix.type }}
7070

@@ -91,4 +91,4 @@ jobs:
9191
# See: https://github.com/github/codeql-action/issues/2117
9292
actions: read
9393
contents: read
94-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@f0e6719deb666cd19a0b56bc56d01161bd848b4f" # ratchet:google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.5
94+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@19ec1116569a47416e11a45848722b1af31a857b" # ratchet:google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.0

.github/workflows/pr-comment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
outputs:
4343
result: ${{ steps.pr-number.outputs.result }}
4444
steps:
45-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
45+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
4646
- name: Fetch PR number
4747
id: pr-number
4848
env:
@@ -61,7 +61,7 @@ jobs:
6161
pull-requests: write
6262
if: github.event.action == 'requested' && needs.pr-number.outputs.result != ''
6363
steps:
64-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
64+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
6565
## We create an initial comment with some useful help to the user
6666
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # ratchet:actions/[email protected]
6767
with:
@@ -84,7 +84,7 @@ jobs:
8484
needs.pr-number.outputs.result != '' &&
8585
github.event.workflow_run.conclusion != 'skipped'
8686
steps:
87-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
87+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
8888
- name: Download and Extract Artifacts
8989
id: extract
9090
env:
@@ -109,14 +109,14 @@ jobs:
109109
echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT
110110
fi
111111
112-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
112+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
113113
with:
114114
token: ${{ secrets.ERLANG_TOKEN }}
115115
repository: 'erlang/erlang.github.io'
116116
path: erlang.github.io
117117

118118
- name: Publish CT Test Results
119-
uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # ratchet:EnricoMi/publish-unit-test-result-action@v2.17.1
119+
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # ratchet:EnricoMi/publish-unit-test-result-action@v2.18.0
120120
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true'
121121
with:
122122
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
@@ -35,8 +35,8 @@ jobs:
3535
concurrency: erlang.github.io-deploy
3636
runs-on: ubuntu-20.04
3737
steps:
38-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
39-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
38+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
39+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
4040
with:
4141
token: ${{ secrets.ERLANG_TOKEN }}
4242
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
@@ -41,7 +41,7 @@ jobs:
4141
contents: write
4242
actions: write
4343
steps:
44-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
44+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
4545
## We need to login to the package registry in order to pull
4646
## the base debian image.
4747
- name: Docker login

.github/workflows/update-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848

4949
steps:
50-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
50+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
5151
with:
5252
ref: ${{ matrix.branch }}
5353
- name: Cleanup GH Runner

0 commit comments

Comments
 (0)