Skip to content

Commit 9a0e0b3

Browse files
chore(deps): update all patch versions
1 parent 59ef505 commit 9a0e0b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CodeQL-Analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
26+
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
2727
with:
2828
languages: swift
2929
queries: security-and-quality
@@ -33,6 +33,6 @@ jobs:
3333
run: swift build
3434

3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
36+
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
3737
with:
3838
category: "/language:swift"

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
45+
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
4646
with:
4747
sarif_file: results.sarif

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
.package(url: "https://github.com/apple/swift-nio.git", from: "2.83.0"),
3737
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.26.1"),
3838
.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"),
4040
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0"),
4141
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.3.0"),
4242
.package(url: "https://github.com/mw99/DataCompression", from: "3.9.0"),

0 commit comments

Comments
 (0)