We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c0b68 commit e24da88Copy full SHA for e24da88
.github/workflows/codeql.yml
@@ -49,7 +49,7 @@ jobs:
49
fetch-depth: 0
50
51
- name: Initialize CodeQL
52
- uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
+ uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
53
with:
54
languages: ${{ matrix.language }}
55
config-file: ./.github/codeql-config.yml
@@ -71,4 +71,4 @@ jobs:
71
run: python -m pip install .[test]
72
73
- name: Perform CodeQL Analysis
74
- uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
+ uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
0 commit comments