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 075cbba commit 24452c0Copy full SHA for 24452c0
.github/workflows/sdl.yml
@@ -39,11 +39,11 @@ jobs:
39
with:
40
lfs: true
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
+ uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
43
44
languages: python
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
+ uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
47
48
category: "/language:python"
49
0 commit comments