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 af6c21d commit 671c336Copy full SHA for 671c336
.github/workflows/codeql-analysis.yml
@@ -45,12 +45,12 @@ jobs:
45
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
49
with:
50
languages: ${{ matrix.language }}
51
config-file: ./.github/codeql-config.yml
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
+ uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
55
56
category: "/language:${{ matrix.language }}"
0 commit comments