Skip to content

Commit 54f8428

Browse files
Copilotdata-douser
andcommitted
Fix release workflow: use setup-codeql-environment action instead of codeql-action/init
Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent a0f4ba1 commit 54f8428

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ jobs:
9191
- name: Release - Build server
9292
run: npm run build -w server
9393

94-
- name: Release - Initialize CodeQL
95-
uses: github/codeql-action/init@v3
94+
- name: Release - Setup CodeQL environment
95+
uses: ./.github/actions/setup-codeql-environment
9696
with:
97-
languages: javascript-typescript
98-
tools: latest
97+
add-to-path: true
98+
install-language-runtimes: false
9999

100100
- name: Release - Publish CodeQL tool query packs
101101
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)