Prevent codeql build failures

This commit is contained in:
Paul Johnson
2022-05-19 10:47:31 +01:00
parent cfc8dcf2cb
commit f7bf6d5959

View File

@@ -14,7 +14,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL