Skip to content

Commit e614ff7

Browse files
author
SilviaAmAm
committed
💚 Try fixing build
1 parent 48eda85 commit e614ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v1
31+
uses: github/codeql-action/init@v2.21.0
3232
with:
3333
languages: ${{ matrix.language }}
3434
working-directory: backend
3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v1
36+
uses: github/codeql-action/autobuild@v2.21.0
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v1
39+
uses: github/codeql-action/analyze@v2.21.0

0 commit comments

Comments
 (0)