Skip to content

Commit 9613c3f

Browse files
committed
updates workflows sca_scan and main.yml files
1 parent a0b504a commit 9613c3f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ env:
1818
jobs:
1919
test:
2020
name: Test on ${{ matrix.platform.os }} using Xcode ${{ matrix.xcode }}
21-
runs-on: macos-14
21+
runs-on: macos-15
2222

2323
env:
24-
xcodeproj: Auth0.xcodeproj
24+
xcodeproj: Auth0UIComponents.xcodeproj
2525

2626
strategy:
2727
matrix:
2828
platform:
29-
- { os: iOS, scheme: Auth0.iOS }
30-
- { os: macOS, scheme: Auth0.macOS }
31-
- { os: tvOS, scheme: Auth0.tvOS }
32-
xcode:
33-
- '16.1'
29+
- { os: iOS, scheme: Auth0UIComponents.iOS }
30+
- { os: macOS, scheme: Auth0UIComponents.macOS }
31+
- { os: visionOS, scheme: Auth0UIComponents.visionOS }
32+
xcode:
33+
- '26.0'
3434

3535
steps:
3636
- name: Checkout
@@ -61,12 +61,12 @@ jobs:
6161

6262
test-package:
6363
name: Test Swift package using Xcode ${{ matrix.xcode }}
64-
runs-on: macos-14
64+
runs-on: macos-15
6565

6666
strategy:
6767
matrix:
6868
xcode:
69-
- '16.1'
69+
- '26.0'
7070

7171
steps:
7272
- name: Checkout
@@ -83,12 +83,12 @@ jobs:
8383

8484
pod-lint:
8585
name: Lint podspec using Xcode ${{ matrix.xcode }}
86-
runs-on: macos-14-xlarge
86+
runs-on: macos-15-xlarge
8787

8888
strategy:
8989
matrix:
9090
xcode:
91-
- '16.1'
91+
- '26.0'
9292

9393
steps:
9494
- name: Checkout
@@ -105,7 +105,7 @@ jobs:
105105

106106
swiftlint:
107107
name: Lint code with SwiftLint
108-
runs-on: macos-14
108+
runs-on: macos-15
109109

110110
steps:
111111
- name: Checkout

.github/workflows/sca_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
snyk-cli:
99
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1010
with:
11-
additional-arguments: "--exclude=README.md,.jfrog"
11+
additional-arguments: "--exclude=README.md"
1212
secrets: inherit

0 commit comments

Comments
 (0)