Skip to content

Commit 530c5f4

Browse files
committed
chore: update github/codeql-action action to v2.1.28
Signed-off-by: Renovate Bot <[email protected]>
1 parent 2218a06 commit 530c5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ jobs:
103103
- name: Checkout repository
104104
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
105105
- name: Initialize CodeQL
106-
uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27
106+
uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28
107107
with:
108108
languages: 'javascript'
109109
config-file: ./.github/codeql/codeql-config.yaml
110110

111111
- name: Perform CodeQL Analysis
112-
uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27
112+
uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28

0 commit comments

Comments
 (0)