We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd55e7e commit 4725e11Copy full SHA for 4725e11
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@f53ec7c550f4c3cafe07061ed7fba6f002286003
+ uses: github/codeql-action/init@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
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@f53ec7c550f4c3cafe07061ed7fba6f002286003
+ uses: github/codeql-action/analyze@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
0 commit comments