aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-python.yml')
-rw-r--r--.github/workflows/check-python.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 09b2abd0b..73b7d9c67 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -44,16 +44,16 @@ jobs:
44 uploads.github.com:443 44 uploads.github.com:443
45 45
46 - name: Checkout repository 46 - name: Checkout repository
47 uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 47 uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
48 48
49 - name: print env 49 - name: print env
50 run: ./ci/printenv.sh 50 run: ./ci/printenv.sh
51 51
52 # Initializes the CodeQL tools for scanning. 52 # Initializes the CodeQL tools for scanning.
53 - name: Initialize CodeQL 53 - name: Initialize CodeQL
54 uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 54 uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6
55 with: 55 with:
56 languages: python 56 languages: python
57 57
58 - name: Perform CodeQL Analysis 58 - name: Perform CodeQL Analysis
59 uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 59 uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6