Skip to content

chore(deps-dev): bump tap from 16.3.10 to 18.7.3 #8

chore(deps-dev): bump tap from 16.3.10 to 18.7.3

chore(deps-dev): bump tap from 16.3.10 to 18.7.3 #8

Workflow file for this run

name: CodeQL
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: true
matrix:
language: [ 'javascript-typescript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"