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 5cb6c5c commit da630d2Copy full SHA for da630d2
1 file changed
.github/workflows/codeql.yml
@@ -40,12 +40,12 @@ jobs:
40
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
41
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
+ uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
44
with:
45
languages: ${{ matrix.language }}
46
build-mode: ${{ matrix.build-mode }}
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
+ uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
50
51
category: "/language:${{ matrix.language }}"
0 commit comments