We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053080b commit f5e778bCopy full SHA for f5e778b
1 file changed
.github/workflows/codeql.yml
@@ -49,11 +49,11 @@ jobs:
49
persist-credentials: false
50
51
- name: Initialize CodeQL
52
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
+ uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
53
with:
54
languages: actions
55
56
- name: Perform CodeQL Analysis
57
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
+ uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
58
59
category: "/language:actions"
0 commit comments