Skip to content

chore(deps-dev): bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group #33

chore(deps-dev): bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group

chore(deps-dev): bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group #33

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '1 1 * * 3'
permissions:
contents: read
jobs:
analyze:
name: Static Code Analysis with CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- actions
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.29.4
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.29.4
with:
category: "/language:${{matrix.language}}"