Skip to content

Editor: Add support for amp-story-audio-sticker #18142

Editor: Add support for amp-story-audio-sticker

Editor: Add support for amp-story-audio-sticker #18142

Workflow file for this run

name: CodeQL
on:
push:
# Only run if JS files changed.
paths:
- '**.js'
- '**.cjs'
- '**.ts'
- '**.tsx'
branches:
- main
- release/*
pull_request:
# Only run if JS files changed.
paths:
- '**.js'
- '**.cjs'
- '**.ts'
# The branches below must be a subset of the branches above
branches:
- main
permissions:
contents: read
# Cancels all previous workflow runs for pull requests that have not completed.
concurrency:
# The concurrency group contains the workflow name and the (target) branch name.
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a