File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
2525 - name : Initialize CodeQL
26- uses : github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
26+ uses : github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
2727 with :
2828 languages : swift
2929 queries : security-and-quality
3333 run : swift build
3434
3535 - name : Perform CodeQL Analysis
36- uses : github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
36+ uses : github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
3737 with :
3838 category : " /language:swift"
Original file line number Diff line number Diff line change 4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
45+ uses : github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ let package = Package(
3030 ] ,
3131 dependencies: [
3232 . package ( url: " https://github.com/open-telemetry/opentelemetry-swift-core.git " , from: " 2.3.0 " ) ,
33- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.94.0 " ) ,
34- . package ( url: " https://github.com/grpc/grpc-swift.git " , exact: " 1.27.1 " ) ,
33+ . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.94.1 " ) ,
34+ . package ( url: " https://github.com/grpc/grpc-swift.git " , exact: " 1.27.2 " ) ,
3535 . package ( url: " https://github.com/apple/swift-protobuf.git " , from: " 1.33.3 " ) ,
3636 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.9.1 " ) ,
3737 . package ( url: " https://github.com/apple/swift-metrics.git " , from: " 2.7.1 " )
You can’t perform that action at this time.
0 commit comments