Skip to content

Bump styfle/cancel-workflow-action from 0.9.1 to 0.12.1 #42

Bump styfle/cancel-workflow-action from 0.9.1 to 0.12.1

Bump styfle/cancel-workflow-action from 0.9.1 to 0.12.1 #42

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
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@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3