Skip to content

fix: set frame-ancestors 'none' to prevent embedding #2253

fix: set frame-ancestors 'none' to prevent embedding

fix: set frame-ancestors 'none' to prevent embedding #2253

Workflow file for this run

# https://docs.zizmor.sh/
name: zizmor
on:
pull_request:
branches:
- main
push:
branches:
- main
merge_group:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
zizmor:
name: 🌈 GitHub Actions security analysis
runs-on: ubuntu-24.04-arm
permissions:
contents: read # checkout repository
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2
with:
persona: pedantic
# Use annotations instead of SARIF as this doesn't need special permissions
annotations: true
advanced-security: false