Skip to content

chore(deps): bump tar-fs from 3.0.4 to 3.0.5 #1173

chore(deps): bump tar-fs from 3.0.4 to 3.0.5

chore(deps): bump tar-fs from 3.0.4 to 3.0.5 #1173

Workflow file for this run

# Default configuration as generated by the github ui (security -> code scanning -> setup) (minus unneeded stuff like autobuild)
name: "CodeQL"
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "28 22 * * 3"
jobs:
analyze:
name: Analyze
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3