diff --git a/.github/workflows/ai-assistance.yaml b/.github/workflows/ai-assistance.yaml index a788211..008831c 100644 --- a/.github/workflows/ai-assistance.yaml +++ b/.github/workflows/ai-assistance.yaml @@ -9,7 +9,7 @@ jobs: if: github.actor != 'ospo-renovate[bot]' runs-on: [ubuntu-latest] steps: - - uses: SAP/ai-assisted-github-actions/pr-summary@e30d0a9b55431531b1c92a58dc96b6ab21791fed # v3.0.1 + - uses: SAP/ai-assisted-github-actions/pr-summary@93162bffd6b396623ffa5b20e4666e427db88414 # v3.0.2 with: aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }} model: gpt-4o @@ -22,7 +22,7 @@ jobs: if: github.actor != 'ospo-renovate[bot]' runs-on: [ubuntu-latest] steps: - - uses: SAP/ai-assisted-github-actions/pr-review@e30d0a9b55431531b1c92a58dc96b6ab21791fed # v3.0.1 + - uses: SAP/ai-assisted-github-actions/pr-review@93162bffd6b396623ffa5b20e4666e427db88414 # v3.0.2 with: aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }} model: gpt-4o