We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e675b9c commit 8d24226Copy full SHA for 8d24226
1 file changed
.github/workflows/merge.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@5e767eff5aa6e2b719f353611ff3c363d6225d18
+ uses: github/codeql-action/init@ee1e1399e292f3386c840526dac6a4dc7509ad72
38
with:
39
languages: javascript, python, java
40
@@ -46,4 +46,4 @@ jobs:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@5e767eff5aa6e2b719f353611ff3c363d6225d18
+ uses: github/codeql-action/analyze@ee1e1399e292f3386c840526dac6a4dc7509ad72
0 commit comments