Skip to content

🆙 action: Bump github/codeql-action from 3.27.5 to 3.28.0 in the actions group #30

🆙 action: Bump github/codeql-action from 3.27.5 to 3.28.0 in the actions group

🆙 action: Bump github/codeql-action from 3.27.5 to 3.28.0 in the actions group #30

Workflow file for this run

name: codeql
on:
pull_request:
paths:
- '*/*.js'
- '.github/workflows/codeql.yml'
jobs:
codeql:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
- uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0