From 25a0a6baedb3bbba7c7182a22b64ea69ef212c46 Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Tue, 30 Jun 2020 14:11:08 +0100 Subject: [PATCH] Use v2 of checkout action --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a3a5831d3..dbf82c60d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: # Must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head of the pull request.