Skip to content

Commit ee4c49f

Browse files
🧺 chore(deps): update all non-major dependencies
1 parent 873e13d commit ee4c49f

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

‎.github/actions/setup-env/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ runs:
55
using: composite
66
steps:
77
- name: Setup mise
8-
uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
8+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
99
- name: Setup cache
10-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
10+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1111
with:
1212
path: |
1313
~/.bun/install/cache

‎.github/workflows/ci-bun.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
command: bun qa:test
3333
steps:
3434
- name: Harden runner
35-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
35+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3636
with:
3737
disable-sudo: true
3838
egress-policy: block
@@ -60,7 +60,7 @@ jobs:
6060
pull-requests: write
6161
steps:
6262
- name: Harden runner
63-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
63+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
6464
with:
6565
disable-sudo: true
6666
egress-policy: block
@@ -71,4 +71,4 @@ jobs:
7171
- name: Checkout repository
7272
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373
- name: Dependency review
74-
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
74+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0

‎.github/workflows/ci-codeql.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Harden runner
38-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
38+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3939
with:
4040
disable-sudo: true
4141
egress-policy: block
@@ -50,12 +50,12 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
53+
uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
5454
with:
5555
languages: ${{ matrix.language }}
5656
queries: ${{ matrix.queries }}
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
59+
uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
6060
with:
6161
category: "/language:${{matrix.language}}"

‎.github/workflows/ci-release.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pull-requests: write
2424
steps:
2525
- name: Harden runner
26-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
26+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2727
with:
2828
disable-sudo: true
2929
egress-policy: block
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Generate release bot token
3737
id: app-token
38-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
38+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
3939
with:
4040
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
4141
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
@@ -158,7 +158,7 @@ jobs:
158158
contents: write
159159
steps:
160160
- name: Harden runner
161-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
161+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
162162
with:
163163
disable-sudo: true
164164
egress-policy: block
@@ -231,7 +231,7 @@ jobs:
231231
- name: Generate release bot token
232232
if: steps.release.outputs.created == 'true'
233233
id: app-token
234-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
234+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
235235
with:
236236
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
237237
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}

‎.github/workflows/ci-scorecard.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write
2424
steps:
2525
- name: Harden runner
26-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
26+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2727
with:
2828
disable-sudo: true
2929
egress-policy: block
@@ -47,7 +47,7 @@ jobs:
4747
results_format: sarif
4848
publish_results: true
4949
- name: Upload results to code-scanning
50-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
50+
uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
5151
with:
5252
sarif_file: results.sarif
5353
category: scorecard

‎bun.lock‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@biomejs/biome": "2.4.6",
23-
"@commitlint/types": "^20.4.3",
23+
"@commitlint/types": "^20.5.0",
2424
"@types/bun": "1.3.10",
2525
"pino-pretty": "^13.1.3",
2626
"typescript": "^5.9.3"
@@ -32,7 +32,7 @@
3232
"bun": ">=1.3.0"
3333
},
3434
"overrides": {
35-
"undici": "^7.22.0"
35+
"undici": "^7.24.5"
3636
},
3737
"dependencies": {
3838
"@sentry/bun": "^10.42.0",

0 commit comments

Comments
 (0)