Skip to content

Commit f7ac049

Browse files
chore(deps): update all patch versions
1 parent 25fa7e3 commit f7ac049

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
26+
uses: github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
36+
uses: github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
3737
with:
3838
category: "/language:swift"

.github/workflows/Create-Release-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sed -i -e 's/spec.version = ".*"/spec.version = "${{ inputs.new_version }}"/' OpenTelemetry-Swift-SdkResourceExtension.podspec
2727
sed -i -e 's/spec.version = ".*"/spec.version = "${{ inputs.new_version }}"/' OpenTelemetry-Swift-PersistenceExporter.podspec
2828
29-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
29+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3030
id: otelbot-token
3131
with:
3232
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
26+
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif
@@ -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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
45+
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
4646
with:
4747
sarif_file: results.sarif

.github/workflows/update-core-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "has_changes=false" >> $GITHUB_OUTPUT
4646
fi
4747
48-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
48+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
4949
id: otelbot-token
5050
with:
5151
app-id: ${{ vars.OTELBOT_APP_ID }}

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ let package = Package(
3030
],
3131
dependencies: [
3232
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core.git", from: "2.2.0"),
33-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.86.0"),
33+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.86.2"),
3434
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.26.1"),
3535
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.30.0"),
3636
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.4"),
37-
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0")
37+
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.1")
3838
],
3939
targets: [
4040
.target(

0 commit comments

Comments
 (0)