From 8d81be56f31963c67e296b77bad54700d9d9423d Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Tue, 29 Jul 2025 17:16:11 +0200 Subject: [PATCH] fix: Re-trigger CI when cargo vet exemptions are regenerated for Dependabot PRs Co-authored-by: David Niehues --- .github/workflows/supply-chain.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/supply-chain.yml b/.github/workflows/supply-chain.yml index 458b9b3..998b2d9 100644 --- a/.github/workflows/supply-chain.yml +++ b/.github/workflows/supply-chain.yml @@ -150,6 +150,10 @@ jobs: fi echo "IN_DEPENDABOT_PR_CONTEXT=$IN_DEPENDABOT_PR_CONTEXT" >> $GITHUB_ENV shell: bash + - uses: actions/checkout@v4 + if: env.IN_DEPENDABOT_PR_CONTEXT == 'true' + with: + token: ${{ secrets.CI_BOT_PAT }} - name: In case of a dependabot PR, ensure that we are not in a detached HEAD state if: env.IN_DEPENDABOT_PR_CONTEXT == 'true' run: |