Skip to content

fix(mac): skip flaky create-dmg AppleScript layout #461

fix(mac): skip flaky create-dmg AppleScript layout

fix(mac): skip flaky create-dmg AppleScript layout #461

Workflow file for this run

name: Security
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
jobs:
dependency-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: pip install -e ".[dev]"
- name: Check for known vulnerabilities
# CVE-2026-3219 affects pip itself with no fix released yet; revisit once
# a patched pip is available on PyPI.
run: pip install pip-audit && pip-audit --ignore-vuln CVE-2026-3219