Skip to content

Commit c94f5ed

Browse files
Update non-major dependencies (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26b94cb commit c94f5ed

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/ai-assistance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.actor != 'ospo-renovate[bot]'
1010
runs-on: [ubuntu-latest]
1111
steps:
12-
- uses: SAP/ai-assisted-github-actions/pr-summary@e30d0a9b55431531b1c92a58dc96b6ab21791fed # v3
12+
- uses: SAP/ai-assisted-github-actions/pr-summary@e30d0a9b55431531b1c92a58dc96b6ab21791fed # v3.0.1
1313
with:
1414
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
1515
model: gpt-4o
@@ -22,7 +22,7 @@ jobs:
2222
if: github.actor != 'ospo-renovate[bot]'
2323
runs-on: [ubuntu-latest]
2424
steps:
25-
- uses: SAP/ai-assisted-github-actions/pr-review@e30d0a9b55431531b1c92a58dc96b6ab21791fed # v3
25+
- uses: SAP/ai-assisted-github-actions/pr-review@e30d0a9b55431531b1c92a58dc96b6ab21791fed # v3.0.1
2626
with:
2727
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
2828
model: gpt-4o

pr-review/package-lock.json

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

pr-review/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mollitia": "0.2.0",
2828
"octokit": "5.0.3",
2929
"parse-diff": "0.11.1",
30-
"zod": "3.25.75",
30+
"zod": "3.25.76",
3131
"zod-to-json-schema": "3.24.6"
3232
},
3333
"devDependencies": {

pr-summary/package-lock.json

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

pr-summary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mollitia": "0.2.0",
2727
"octokit": "5.0.3",
2828
"parse-diff": "0.11.1",
29-
"zod": "3.25.75"
29+
"zod": "3.25.76"
3030
},
3131
"devDependencies": {
3232
"@eslint/js": "9.30.1",

0 commit comments

Comments
 (0)