Skip to content

Bump version to 1.4.3 #120

Bump version to 1.4.3

Bump version to 1.4.3 #120

Workflow file for this run

name: CodeQL scanning
on: [pull_request, push]
permissions:
security-events: write
jobs:
Analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
config-file: ./.github/workflows/codeql/js.yaml
languages: javascript
- name: Run CodeQL analysis
uses: github/codeql-action/analyze@v3