diff options
author | Nikias Bassen | 2023-01-11 19:50:31 +0100 |
---|---|---|
committer | Nikias Bassen | 2023-01-11 19:50:31 +0100 |
commit | db306bf37323e7425d761cd67e1bcf46c367b1c0 (patch) | |
tree | 8b8336bb67b2e27be58708bdb8475b80024398df /.github | |
parent | aabdf1560c57bbcc0991d1fc6e4e86f1f7264ef5 (diff) | |
download | libplist-db306bf37323e7425d761cd67e1bcf46c367b1c0.tar.gz libplist-db306bf37323e7425d761cd67e1bcf46c367b1c0.tar.bz2 |
[github-actions] CodeQL: Update checkout to v3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 42fc5d7..8b17e2c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. |