Skip to content

Use the checkboxes and radio button appearances as defined in the pdf to render them in the annotation layer (bug 1802506) #8618

Use the checkboxes and radio button appearances as defined in the pdf to render them in the annotation layer (bug 1802506)

Use the checkboxes and radio button appearances as defined in the pdf to render them in the annotation layer (bug 1802506) #8618

Workflow file for this run

name: CodeQL
on: [push, pull_request]
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- name: Autobuild CodeQL
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3