Skip to content

Commit 120f324

Browse files
authored
[compliance] Update dependencies with vulnerabilities (#2749)
## Summary Update dependencies with vulnerabilities ## How was it tested? CICD tests ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent bd30fb0 commit 120f324

File tree

5 files changed

+852
-476
lines changed

5 files changed

+852
-476
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
build-devbox:
5656
strategy:
5757
matrix:
58-
os: [ubuntu-latest, macos-13]
58+
os: [ubuntu-latest, macos-latest]
5959
runs-on: ${{ matrix.os }}
6060
steps:
6161
- uses: actions/checkout@v4
@@ -100,7 +100,7 @@ jobs:
100100
golangci-lint:
101101
strategy:
102102
matrix:
103-
os: [ubuntu-latest, macos-13]
103+
os: [ubuntu-latest, macos-latest]
104104
runs-on: ${{ matrix.os }}
105105
timeout-minutes: 10
106106
steps:
@@ -128,7 +128,7 @@ jobs:
128128
matrix:
129129
is-main:
130130
- ${{ github.ref == 'refs/heads/main' && 'is-main' || 'not-main' }}
131-
os: [ubuntu-latest, macos-13]
131+
os: [ubuntu-latest, macos-latest]
132132
# This is an optimization that runs tests twice, with and without
133133
# the devbox.json tests. We can require the other tests to complete before
134134
# merging, while keeping the others as an additional non-required signal
@@ -140,7 +140,7 @@ jobs:
140140
nix-version: ["2.12.0", "2.19.2", "2.30.2"]
141141
exclude:
142142
# Only runs tests on macos if explicitly requested, or on a schedule
143-
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
143+
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-latest' }}"
144144

145145

146146
runs-on: ${{ matrix.os }}
@@ -223,7 +223,7 @@ jobs:
223223
needs: build-devbox
224224
strategy:
225225
matrix:
226-
os: [ubuntu-latest, macos-13]
226+
os: [ubuntu-latest, macos-latest]
227227
use-detsys: [true, false]
228228
runs-on: ${{ matrix.os }}
229229
steps:
@@ -272,7 +272,7 @@ jobs:
272272
needs: build-devbox
273273
strategy:
274274
matrix:
275-
os: [ubuntu-latest, macos-13]
275+
os: [ubuntu-latest, macos-latest]
276276
nix-version: [2.15.1, 2.16.1, 2.17.0, 2.18.0, 2.19.2, 2.24.7]
277277
runs-on: ${{ matrix.os }}
278278
steps:

0 commit comments

Comments
 (0)