Skip to content

chore(deps): update actions/checkout digest to 43045ae #1246

chore(deps): update actions/checkout digest to 43045ae

chore(deps): update actions/checkout digest to 43045ae #1246

Workflow file for this run

---
name: GPT-code-review
on:
pull_request:
branches: [ master ]
permissions:
pull-requests: write
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install code-review-gpt
if: ${{ false }}
- run: npx code-review-gpt review --ci=github
if: ${{ false }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_SHA: ${{ github.sha }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}