diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e041ff07..52e8038e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,12 +19,12 @@ jobs: run_code_review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: fetch-depth: 0 - name: Code Review GPT - uses: mattzcarey/code-review-gpt@v0.1.10 + uses: mattzcarey/code-review-gpt@de97038ae42682624354ad07e750c49cdd4ce21e # v0.1.10 with: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} MODEL: 'gpt-4o'