Skip to content

chore(deps): bump @babel/runtime, @wordpress/api-fetch, @wordpress/autop, @wordpress/components, @wordpress/compose, @wordpress/date, @wordpress/dom-ready, @wordpress/editor, @wordpress/element, @wordpress/escape-html, @wordpress/html-entities, @wordpress/i18n, @wordpress/icons, @wordpress/is-shallow-equal, @wordpress/url, @wordpress/babel-preset-default, @wordpress/block-editor, @wordpress/blocks, @wordpress/data, @wordpress/e2e-test-utils, @wordpress/edit-post, @wordpress/hooks, @wordpress/jest-puppeteer-axe, @wordpress/plugins and @wordpress/jest-console #1012

chore(deps): bump @babel/runtime, @wordpress/api-fetch, @wordpress/autop, @wordpress/components, @wordpress/compose, @wordpress/date, @wordpress/dom-ready, @wordpress/editor, @wordpress/element, @wordpress/escape-html, @wordpress/html-entities, @wordpress/i18n, @wordpress/icons, @wordpress/is-shallow-equal, @wordpress/url, @wordpress/babel-preset-default, @wordpress/block-editor, @wordpress/blocks, @wordpress/data, @wordpress/e2e-test-utils, @wordpress/edit-post, @wordpress/hooks, @wordpress/jest-puppeteer-axe, @wordpress/plugins and @wordpress/jest-console

chore(deps): bump @babel/runtime, @wordpress/api-fetch, @wordpress/autop, @wordpress/components, @wordpress/compose, @wordpress/date, @wordpress/dom-ready, @wordpress/editor, @wordpress/element, @wordpress/escape-html, @wordpress/html-entities, @wordpress/i18n, @wordpress/icons, @wordpress/is-shallow-equal, @wordpress/url, @wordpress/babel-preset-default, @wordpress/block-editor, @wordpress/blocks, @wordpress/data, @wordpress/e2e-test-utils, @wordpress/edit-post, @wordpress/hooks, @wordpress/jest-puppeteer-axe, @wordpress/plugins and @wordpress/jest-console #1012

name: CodeQL
# Cancel previous workflow run groups that have not completed.
concurrency:
# Group workflow runs by workflow name, along with the head branch ref of the pull request
# or otherwise the branch or tag ref.
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true
# Disable permissions for all available scopes.
# Enable permissions for specific scopes as needed on job level.
permissions: {}
on:
push:
# Only run if JS or Python files changed.
paths:
- '**.js'
- '**.py'
branches:
- develop
# Include all release branches.
- '[0-9]+.[0-9]+'
pull_request:
# Only run if JS or Python files changed.
paths:
- '**.js'
- '**.py'
branches:
- develop
# Include all release branches.
- '[0-9]+.[0-9]+'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 #v3.29.5
with:
languages: javascript, python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 #v3.29.5