Skip to content

fix: XMP sidecar crash resilience, EXIF safety, and timezone-aware fallbacks #17

fix: XMP sidecar crash resilience, EXIF safety, and timezone-aware fallbacks

fix: XMP sidecar crash resilience, EXIF safety, and timezone-aware fallbacks #17

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:python"