Skip to content

Send post ID of queried object or first post in loop in URL Metric storage request to schedule page cache validation #317

Send post ID of queried object or first post in loop in URL Metric storage request to schedule page cache validation

Send post ID of queried object or first post in loop in URL Metric storage request to schedule page cache validation #317

Workflow file for this run

---
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 files changed.
paths:
- '**.js'
branches:
- trunk
- 'release/**'
pull_request:
# Only run if JS files changed.
paths:
- '**.js'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3