Skip to content

Commit e4fb462

Browse files
build(deps): bump github/codeql-action from 2 to 3 (#673)
1 parent 4f6ceab commit e4fb462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/99-codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: 🔄 Initialize CodeQL
20-
uses: github/codeql-action/init@v2
20+
uses: github/codeql-action/init@v3
2121
with:
2222
languages: ${{ matrix.language }}
2323

2424
- name: 🔨 Autobuild
25-
uses: github/codeql-action/autobuild@v2
25+
uses: github/codeql-action/autobuild@v3
2626

2727
- name: 🔎 Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@v2
28+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)