Skip to content

Commit 9228539

Browse files
author
SilviaAmAm
committed
⬆️ Upgrade codeql-action
1 parent e614ff7 commit 9228539

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,15 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

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

3837
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2.21.0
38+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)