Skip to content

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

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

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

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
with:
category: "/language:${{matrix.language}}"