fix(ci+supply-chain+dependabot): Checkout correct branch in the supply chain checks for cargo-vet

This commit is contained in:
David Niehues
2025-04-22 13:18:26 +02:00
parent a1982e0245
commit e3d3584adb
+2
View File
@@ -78,6 +78,8 @@ jobs:
- name: Commit and push changes for dependabot PRs
if: success() && github.actor == 'dependabot[bot]'
run: |
git fetch origin ${{ github.head_ref }}
git switch ${{ github.head_ref }}
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions@github.com"
git add supply-chain/*