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 77b6c5f commit be9bf5fCopy full SHA for be9bf5f
1 file changed
.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@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2.1.21
+ uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27
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@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2.1.21
+ uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27
0 commit comments