Skip to content

Commit 4b54a75

Browse files
chore(deps): update all patch versions (#984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7cbec26 commit 4b54a75

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
26+
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
36+
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
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
@@ -33,7 +33,7 @@ jobs:
3333
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
3434

3535
- name: Create Pull Request
36-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
36+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
3737
with:
3838
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
3939
token: ${{ steps.otelbot-token.outputs.token }}

.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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
45+
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
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
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Create Pull Request
5555
if: steps.changes.outputs.has_changes == 'true' && github.event.inputs.create_pr == 'true'
56-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
56+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
5757
with:
5858
# not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows
5959
token: ${{ steps.otelbot-token.outputs.token }}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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.90.0"),
33+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.90.1"),
3434
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.27.0"),
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.6.4"),

0 commit comments

Comments
 (0)