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 304f7c9 commit ab9052bCopy full SHA for ab9052b
.github/workflows/codeql-analysis.yml
@@ -61,7 +61,7 @@ jobs:
61
62
# Initializes the CodeQL tools for scanning.
63
- name: Initialize CodeQL
64
- uses: github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3
+ uses: github/codeql-action/init@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4
65
with:
66
languages: ${{ matrix.language }}
67
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -73,4 +73,4 @@ jobs:
73
shell: pwsh
74
75
- name: Perform CodeQL Analysis
76
- uses: github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3
+ uses: github/codeql-action/analyze@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4
0 commit comments