There was an error while loading. Please reload this page.
1 parent 2c5129b commit ed074bfCopy full SHA for ed074bf
1 file changed
.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
41
42
# Initializes the CodeQL tools for scanning.
43
- name: Initialize CodeQL
44
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
45
with:
46
languages: ${{ matrix.language }}
47
build-mode: ${{ matrix.build-mode }}
@@ -70,6 +70,6 @@ jobs:
70
exit 1
71
72
- name: Perform CodeQL Analysis
73
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
74
75
category: "/language:${{matrix.language}}"
0 commit comments