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 ed45d78 commit 88f68d8Copy full SHA for 88f68d8
.github/workflows/build.yml
@@ -82,12 +82,12 @@ jobs:
82
fetch-depth: 2
83
84
- name: Initialize CodeQL
85
- uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
+ uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
86
with:
87
languages: javascript
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
+ uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
91
92
build:
93
needs: [codeql-analyze, lint, test]
0 commit comments