Skip to content

chore(deps-dev): bump remark-preset-lint-recommended from 6.1.3 to 7.0.0 #19

chore(deps-dev): bump remark-preset-lint-recommended from 6.1.3 to 7.0.0

chore(deps-dev): bump remark-preset-lint-recommended from 6.1.3 to 7.0.0 #19

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
paths:
- package.json
- src/index.ts
push:
branches:
- main
paths:
- package.json
- src/index.ts
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
language:
- javascript-typescript
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Initialize
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Auto Build
uses: github/codeql-action/autobuild@v3
- name: Perform Analysis
uses: github/codeql-action/analyze@v3
with:
category: /language:${{ matrix.language }}