Skip to content

chore(deps): pin dependencies - autoclosed #8006

chore(deps): pin dependencies - autoclosed

chore(deps): pin dependencies - autoclosed #8006

Workflow file for this run

name: pr-auditor
on:
pull_request_target:
types: [ closed, edited, opened, synchronize, ready_for_review ]
jobs:
check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
repository: 'sourcegraph/pr-auditor'
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with: { go-version: '1.20' }
- run: './check-pr.sh'
env:
GITHUB_EVENT_PATH: ${{ env.GITHUB_EVENT_PATH }}
GITHUB_TOKEN: ${{ github.token }}
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}