We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530c5f4 commit 809ba11Copy full SHA for 809ba11
.github/workflows/continuous-integration.yaml
@@ -103,10 +103,10 @@ jobs:
103
- name: Checkout repository
104
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
105
- name: Initialize CodeQL
106
- uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28
+ uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # tag=v2.1.29
107
with:
108
languages: 'javascript'
109
config-file: ./.github/codeql/codeql-config.yaml
110
111
- name: Perform CodeQL Analysis
112
- uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28
+ uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # tag=v2.1.29
0 commit comments