diff --git a/.github/workflows/autodoc.yml b/.github/workflows/autodoc.yml index e875f26e23d..ea8895fcc6d 100644 --- a/.github/workflows/autodoc.yml +++ b/.github/workflows/autodoc.yml @@ -104,7 +104,7 @@ jobs: if: steps.check-support-level.outputs.metadata_file == 'true' && steps.check-support-level.outputs.community_support == 'true' env: PROMPT_TEXT: "The commit to review is ${{ github.sha }}. This commit was pushed to master and may contain connector changes that need documentation updates." - uses: aaronsteers/devin-action@0d74d6d9ff1b16ada5966dc31af53a9d155759f4 # Pinned to specific commit for security + uses: aaronsteers/devin-action@98d15ae93d1848914f5ab8e9ce45341182958d27 # v0.1.7 - Pinned to specific commit for security with: devin-token: ${{ secrets.DEVIN_AI_API_KEY }} github-token: ${{ secrets.GITHUB_TOKEN }}