Skip to content

Commit c92ceda

Browse files
build(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache), [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) and [google/osv-scanner-action](https://github.com/google/osv-scanner-action). Updates `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.1.7...v4.2.2) Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) Updates `Vampire/setup-wsl` from 3.1.3 to 4.0.0 - [Release notes](https://github.com/vampire/setup-wsl/releases) - [Commits](Vampire/setup-wsl@23f94bc...94eb93b) 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: Vampire/setup-wsl dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google/osv-scanner-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4469b4 commit c92ceda

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: otp_archive.tar.gz
7474
- name: Cache pre-built tar archives
7575
id: pre-built-cache
76-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
76+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
7777
with:
7878
path: |
7979
otp_src.tar.gz
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Cache wxWidgets
160160
id: wxwidgets-cache
161-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
161+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
162162
with:
163163
path: wxWidgets
164164
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}-12
@@ -233,7 +233,7 @@ jobs:
233233
runs-on: windows-2022
234234
needs: pack
235235
steps:
236-
- uses: Vampire/setup-wsl@23f94bc31caaddc08bd1230a00b89f872633d8d7 # ratchet:Vampire/setup-wsl@v3.1.3
236+
- uses: Vampire/setup-wsl@94eb93b553120d1861bf7560661794363e898ad4 # ratchet:Vampire/setup-wsl@v4.0.0
237237
with:
238238
distribution: Ubuntu-18.04
239239

@@ -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@6849a6489940f00c2f30c0fb92c6274307ccb58a # ratchet:actions/cache@v4.1.2
250+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # ratchet:actions/cache@v4.2.0
251251
with:
252252
path: wxWidgets
253253
key: wxWidgets-${{ env.WXWIDGETS_VERSION }}-${{ runner.os }}

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

Lines changed: 3 additions & 3 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/checkout@v4.1.7
29+
- uses: actions/checkout@v4.2.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/checkout@v4.1.7
55+
- uses: actions/checkout@v4.2.2
5656
with:
5757
ref: ${{ matrix.type }}
5858

@@ -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.8.5"
75+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.9.0"

0 commit comments

Comments
 (0)