Skip to content

chore(deps): Bump @stylistic/eslint-plugin from 2.13.0 to 3.0.0 #8943

chore(deps): Bump @stylistic/eslint-plugin from 2.13.0 to 3.0.0

chore(deps): Bump @stylistic/eslint-plugin from 2.13.0 to 3.0.0 #8943

Workflow file for this run

name: 'Run CodeQL'
# Ensures that only one workflow is run per branch at a time.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
on:
push:
branches: [master, 'release-[0-9]+.[0-9]+']
pull_request:
branches: [master, 'release-[0-9]+.[0-9]+']
schedule:
- cron: '31 11 * * 4'
permissions:
contents: read # for checking out the repository (e.g. actions/checkout)
jobs:
analyze:
name: Run CodeQL
runs-on: ubuntu-latest
permissions:
security-events: write # for adding code alert statuses
strategy:
fail-fast: false
matrix:
language: [javascript]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
- uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
with:
category: '/language:${{matrix.language}}'