Skip to content

chore(deps): update github/codeql-action digest to 48ab28a #284

chore(deps): update github/codeql-action digest to 48ab28a

chore(deps): update github/codeql-action digest to 48ab28a #284

Workflow file for this run

name: Analysis
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
schedule:
- cron: 0 0 * * *
permissions:
contents: read
security-events: write
jobs:
codeql:
name: CodeQL Runner
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3