Skip to content

Commit 8a727c8

Browse files
chore(deps): update all patch versions
1 parent 596877c commit 8a727c8

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@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
@@ -33,6 +33,6 @@ jobs:
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"

.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@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
45+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
4646
with:
4747
sarif_file: results.sarif

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131
dependencies: [
3232
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core.git", from: "2.3.0"),
3333
.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"),
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")

0 commit comments

Comments
 (0)