Skip to content

[Photos] Update bindings up to Xcode 27.0 Beta 5 #2211

[Photos] Update bindings up to Xcode 27.0 Beta 5

[Photos] Update bindings up to Xcode 27.0 Beta 5 #2211

Workflow file for this run

name: zizmor 🌈
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions: {}
jobs:
zizmor:
name: zizmor 🌈
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
actions: read
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Find workflow files
id: find-files
run: |
files=$(find .github/workflows -name '*.yml' ! -name '*.lock.yml' ! -name 'agentics-maintenance.yml' | sort | tr '\n' ' ')
echo "files=$files" >> "$GITHUB_OUTPUT"
- name: Run zizmor
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
with:
inputs: ${{ steps.find-files.outputs.files }}