Skip to content

Commit e168249

Browse files
Update SAP/ai-assisted-github-actions action to v3.0.2 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 560df27 commit e168249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.0.1
12+
- uses: SAP/ai-assisted-github-actions/pr-summary@93162bffd6b396623ffa5b20e4666e427db88414 # v3.0.2
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.0.1
25+
- uses: SAP/ai-assisted-github-actions/pr-review@93162bffd6b396623ffa5b20e4666e427db88414 # v3.0.2
2626
with:
2727
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
2828
model: gpt-4o

0 commit comments

Comments
 (0)