ci: Explicit checkout ref

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-04 13:35:00 +01:00
parent 2b92555678
commit 1395771b7f
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -47,6 +47,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.0