This commit is contained in:
Anthony Stirling 2025-07-16 15:20:02 +01:00
parent 80e425926e
commit 584e2ecee7

View File

@ -120,6 +120,12 @@ jobs:
with: with:
egress-policy: audit egress-policy: audit
- name: Checkout main repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: ${{ github.repository }}
ref: main
- name: Setup GitHub App Bot - name: Setup GitHub App Bot
if: github.actor != 'dependabot[bot]' if: github.actor != 'dependabot[bot]'
id: setup-bot id: setup-bot