We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2daa2 commit a4b54b2Copy full SHA for a4b54b2
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@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
+ uses: github/codeql-action/init@02ab253bd299d261d00cdf8a9bca38fea2697d50
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@5b49155c7f37b5ec074ffd26b428e6b64b1bf412
+ uses: github/codeql-action/analyze@02ab253bd299d261d00cdf8a9bca38fea2697d50
0 commit comments