ci(codeql-analysis): upgrade actions/checkout to v3

This commit is contained in:
Oscar Dominguez
2022-10-01 19:28:47 +02:00
committed by GitHub
parent f4e9ac6208
commit de9704e06c

View File

@@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
# We must fetch at least the immediate parents so that if this is # We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head. # a pull request then we can checkout the head.