Skip to content

chore(deps): bump flat-cache from 3.2.0 to 6.1.0 in /packages/node #1543

chore(deps): bump flat-cache from 3.2.0 to 6.1.0 in /packages/node

chore(deps): bump flat-cache from 3.2.0 to 6.1.0 in /packages/node #1543

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