Skip to content

chore(actions): bump softprops/action-gh-release from 2 to 3 #64

chore(actions): bump softprops/action-gh-release from 2 to 3

chore(actions): bump softprops/action-gh-release from 2 to 3 #64

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
analyze:
name: Analyze code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript, typescript
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4