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 de744cc commit a7347e6Copy full SHA for a7347e6
.github/workflows/codeql.yml
@@ -49,7 +49,7 @@ jobs:
49
fetch-depth: 0
50
51
- name: Initialize CodeQL
52
- uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
+ uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
53
with:
54
languages: ${{ matrix.language }}
55
config-file: ./.github/codeql-config.yml
@@ -71,4 +71,4 @@ jobs:
71
run: python -m pip install .[test]
72
73
- name: Perform CodeQL Analysis
74
- uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
+ uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
0 commit comments