ci: check out the workflow commit during test setup (#1522)

This commit is contained in:
Bas Nijholt 2026-09-06 10:32:01 +02:00 committed by GitHub
commit c7339678a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ runs:
uses: actions/checkout@v7
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
ref: ${{ github.sha }}
persist-credentials: false
fetch-depth: 0
- name: Check out code from GitHub