Skip to content

🆙 action: Bump the actions group with 4 updates #76

🆙 action: Bump the actions group with 4 updates

🆙 action: Bump the actions group with 4 updates #76

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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
- uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0