Skip to content

Merge pull request #218 from ryo-funaba/renovate/github-codeql-action… #251

Merge pull request #218 from ryo-funaba/renovate/github-codeql-action…

Merge pull request #218 from ryo-funaba/renovate/github-codeql-action… #251

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- '*'
schedule:
- cron: "0 0 * * 6" # 毎週土曜の0時0分
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3
with:
category: "/language:${{matrix.language}}"