Skip to content

chore(deps): bump tar from 6.2.0 to 6.2.1 #823

chore(deps): bump tar from 6.2.0 to 6.2.1

chore(deps): bump tar from 6.2.0 to 6.2.1 #823

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: '/language:${{matrix.language}}'