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 27dc79e commit b20cb06Copy full SHA for b20cb06
1 file changed
.github/workflows/codeql.yml
@@ -45,12 +45,12 @@ jobs:
45
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
46
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
+ uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
49
with:
50
languages: ${{ matrix.language }}
51
build-mode: ${{ matrix.build-mode }}
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
+ uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
55
56
category: "/language:${{ matrix.language }}"
0 commit comments