Skip to content

Enhance tagging strategy: mark major version as the latest one #33

Enhance tagging strategy: mark major version as the latest one

Enhance tagging strategy: mark major version as the latest one #33

Workflow file for this run

name: codeql
on:
pull_request:
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
codeql:
name: πŸ” Code quality
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Initialize CodeQL
uses: github/codeql-action/init@main
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@main