Skip to content

fix(deps): update github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images digest to d046aed - autoclosed #11805

fix(deps): update github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images digest to d046aed - autoclosed

fix(deps): update github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images digest to d046aed - autoclosed #11805

Workflow file for this run

# See https://docs.sourcegraph.com/dev/background-information/ci#pr-auditor
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@v3
with: { repository: 'sourcegraph/pr-auditor' }
- uses: actions/setup-go@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 }}