File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 9
9
name : Meterian client scan
10
10
runs-on : ubuntu-latest
11
11
steps :
12
+ - uses : swift-actions/setup-swift@v2
13
+ with :
14
+ swift-version : " 5.7.3"
15
+ - name : Get swift version
16
+ run : swift --version
12
17
- name : Checkout
13
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
+ - name : Generate Package.resolved
20
+ run : swift package resolve
14
21
- name : Meterian Scanner
15
- uses : MeterianHQ/meterian-github-action@v1.0.12
22
+ uses : MeterianHQ/meterian-github-action@v1.0.17
16
23
with :
17
24
oss : true
18
25
cli_args : --tags=swift
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ playground.xcworkspace
39
39
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
40
40
# Packages/
41
41
# Package.pins
42
- # Package.resolved
42
+ Package.resolved
43
43
# *.xcodeproj
44
44
#
45
45
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
You can’t perform that action at this time.
0 commit comments