Skip to content

Commit 0b74d7b

Browse files
build(deps): bump the github-actions group across 1 directory with 5 updates
Bumps the github-actions group with 5 updates in the / directory: | 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...v4.2.2) 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@v4.1.1...v4.1.2) 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@v2.0.8...v2.1.0) 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@v1.8.5...v1.9.0) 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@v2.17.1...v2.18.0) --- 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 225d50a commit 0b74d7b

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

.github/workflows/main.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
c-code-changes: ${{ steps.c-code-changes.outputs.changes }}
4545
all: ${{ steps.apps.outputs.all }}
4646
steps:
47-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
47+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
4848
- uses: ./.github/actions/build-base-image
4949
with:
5050
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -82,14 +82,14 @@ jobs:
8282
with:
8383
filters: .github/scripts/c-code-path-filters.yaml
8484
- name: Cache pre-built src
85-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
85+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
8686
with:
8787
path: otp_src.tar.gz
8888
key: prebuilt-src-${{ github.ref_name }}-${{ github.sha }}
8989
restore-keys: |
9090
prebuilt-src-${{ github.base_ref }}-${{ github.event.pull_request.base.sha }}
9191
- name: Cache pre-built binaries
92-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
92+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
9393
with:
9494
path: otp_cache.tar.gz
9595
key: prebuilt-cache-64-bit-${{ github.ref_name }}-${{ github.sha }}
@@ -185,7 +185,7 @@ jobs:
185185
WXWIDGETS_VERSION: 3.2.6
186186
MACOS_VERSION: 15
187187
steps:
188-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
188+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
189189

190190
- name: Download source archive
191191
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
@@ -194,7 +194,7 @@ jobs:
194194

195195
- name: Cache wxWidgets
196196
id: wxwidgets-cache
197-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
197+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
198198
with:
199199
path: wxWidgets
200200
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-${{ hashFiles('.github/scripts/build-macos-wxwidgets.sh') }}-${{ env.MACOS_VERSION }}
@@ -233,7 +233,7 @@ jobs:
233233
runs-on: macos-15
234234
needs: pack
235235
steps:
236-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
236+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
237237
- name: Download source archive
238238
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # ratchet:actions/[email protected]
239239
with:
@@ -284,7 +284,7 @@ jobs:
284284
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")
285285
286286
- name: Cache wxWidgets
287-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # ratchet:actions/[email protected].1
287+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/[email protected].2
288288
with:
289289
path: wxWidgets
290290
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}
@@ -366,7 +366,7 @@ jobs:
366366
if: needs.pack.outputs.c-code-changes
367367

368368
steps:
369-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
369+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
370370
- uses: ./.github/actions/build-base-image
371371
with:
372372
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -394,7 +394,7 @@ jobs:
394394
fail-fast: false
395395

396396
steps:
397-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
397+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
398398
- uses: ./.github/actions/build-base-image
399399
with:
400400
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -405,7 +405,7 @@ jobs:
405405
runs-on: ubuntu-latest
406406
needs: pack
407407
steps:
408-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
408+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
409409
- uses: ./.github/actions/build-base-image
410410
with:
411411
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -459,7 +459,7 @@ jobs:
459459
runs-on: ubuntu-latest
460460
needs: pack
461461
steps:
462-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
462+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
463463
- uses: ./.github/actions/build-base-image
464464
with:
465465
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -482,7 +482,7 @@ jobs:
482482
# type: ["os_mon","sasl"]
483483
fail-fast: false
484484
steps:
485-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
485+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
486486
- uses: ./.github/actions/build-base-image
487487
with:
488488
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -531,7 +531,7 @@ jobs:
531531
if: ${{ !cancelled() }} # Run even if the need has failed
532532
needs: test
533533
steps:
534-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
534+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
535535
- uses: ./.github/actions/build-base-image
536536
with:
537537
BASE_BRANCH: ${{ env.BASE_BRANCH }}
@@ -600,7 +600,7 @@ jobs:
600600
echo "tag=${TAG}" >> $GITHUB_OUTPUT
601601
echo "vsn=${VSN}" >> $GITHUB_OUTPUT
602602
603-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
603+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
604604

605605
## Publish the pre-built archive and docs
606606
- name: Download source archive
@@ -631,7 +631,7 @@ jobs:
631631
sha256sum $FILES > SHA256.txt
632632
633633
- name: Upload pre-built and doc tar archives
634-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # ratchet:softprops/action-gh-release@v2.0.8
634+
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # ratchet:softprops/action-gh-release@v2.1.0
635635
with:
636636
name: OTP ${{ steps.tag.outputs.vsn }}
637637
files: |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
outputs:
2121
versions: ${{ steps.get-versions.outputs.versions }}
2222
steps:
23-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
2424
- id: get-versions
2525
name: Fetch latest 3 OTP versions
2626
run: |
@@ -46,7 +46,7 @@ jobs:
4646
permissions:
4747
actions: write
4848
steps:
49-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
49+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
5050
with:
5151
ref: ${{ matrix.type }}
5252

@@ -73,4 +73,4 @@ jobs:
7373
# See: https://github.com/github/codeql-action/issues/2117
7474
actions: read
7575
contents: read
76-
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
76+
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
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
result: ${{ steps.pr-number.outputs.result }}
2626
steps:
27-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
2828
- name: Fetch PR number
2929
id: pr-number
3030
env:
@@ -43,7 +43,7 @@ jobs:
4343
pull-requests: write
4444
if: github.event.action == 'requested' && needs.pr-number.outputs.result != ''
4545
steps:
46-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
46+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
4747
## We create an initial comment with some useful help to the user
4848
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # ratchet:actions/[email protected]
4949
with:
@@ -66,7 +66,7 @@ jobs:
6666
needs.pr-number.outputs.result != '' &&
6767
github.event.workflow_run.conclusion != 'skipped'
6868
steps:
69-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
69+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
7070
- name: Download and Extract Artifacts
7171
id: extract
7272
env:
@@ -91,14 +91,14 @@ jobs:
9191
echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT
9292
fi
9393
94-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
94+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
9595
with:
9696
token: ${{ secrets.ERLANG_TOKEN }}
9797
repository: 'erlang/erlang.github.io'
9898
path: erlang.github.io
9999

100100
- name: Publish CT Test Results
101-
uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # ratchet:EnricoMi/publish-unit-test-result-action@v2.17.1
101+
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # ratchet:EnricoMi/publish-unit-test-result-action@v2.18.0
102102
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true'
103103
with:
104104
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
@@ -17,8 +17,8 @@ jobs:
1717
concurrency: erlang.github.io-deploy
1818
runs-on: ubuntu-20.04
1919
steps:
20-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
21-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
2222
with:
2323
token: ${{ secrets.ERLANG_TOKEN }}
2424
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
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
actions: write
2525
steps:
26-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
2727
## We need to login to the package registry in order to pull
2828
## the base debian image.
2929
- name: Docker login

.github/workflows/update-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030

3131
steps:
32-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
3333
with:
3434
ref: ${{ matrix.branch }}
3535
- name: Cleanup GH Runner

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
basename: otp_${{ inputs.target }}_${{ inputs.version }}
2222
steps:
23-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # ratchet:actions/[email protected].1
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected].2
2424

2525
- name: Install OTP
2626
shell: cmd

0 commit comments

Comments
 (0)