File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
25
25
- name : Initialize CodeQL
26
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
26
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
27
27
with :
28
28
languages : swift
29
29
queries : security-and-quality
33
33
run : swift build
34
34
35
35
- name : Perform CodeQL Analysis
36
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
36
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
37
37
with :
38
38
category : " /language:swift"
Original file line number Diff line number Diff line change 42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
45
+ uses : github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ let package = Package(
36
36
. package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.83.0 " ) ,
37
37
. package ( url: " https://github.com/grpc/grpc-swift.git " , exact: " 1.26.1 " ) ,
38
38
. package ( url: " https://github.com/apple/swift-protobuf.git " , from: " 1.30.0 " ) ,
39
- . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.6.3 " ) ,
39
+ . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.6.4 " ) ,
40
40
. package ( url: " https://github.com/apple/swift-metrics.git " , from: " 2.7.0 " ) ,
41
41
. package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.3.0 " ) ,
42
42
. package ( url: " https://github.com/mw99/DataCompression " , from: " 3.9.0 " ) ,
You can’t perform that action at this time.
0 commit comments