Skip to content

feat(addon-table): reorder add possibility to transfer a template #15966

feat(addon-table): reorder add possibility to transfer a template

feat(addon-table): reorder add possibility to transfer a template #15966

Workflow file for this run

name: ⚙️ CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '40 7 * * 6'
jobs:
analyze:
if: ${{ !contains(github.head_ref, 'release/') }}
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.52.1
- uses: taiga-family/ci/actions/security/codeql@v1.52.1
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true