Skip to content

chore(deps): bump flat-cache from 3.1.0 to 4.0.0 #1147

chore(deps): bump flat-cache from 3.1.0 to 4.0.0

chore(deps): bump flat-cache from 3.1.0 to 4.0.0 #1147

Workflow file for this run

name: "CodeQL"
on:
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@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/config.yml
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2