summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql-analysis.yml2
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:
28 28
29 steps: 29 steps:
30 - name: Checkout repository 30 - name: Checkout repository
31 uses: actions/checkout@v2 31 uses: actions/checkout@v3
32 with: 32 with:
33 # We must fetch at least the immediate parents so that if this is 33 # We must fetch at least the immediate parents so that if this is
34 # a pull request then we can checkout the head. 34 # a pull request then we can checkout the head.