Skip to content

Upgrade GitHub actions & test against Symfony 8.1 #2

Upgrade GitHub actions & test against Symfony 8.1

Upgrade GitHub actions & test against Symfony 8.1 #2

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on:
pull_request:
branches: ["*.x"]
paths:
- '.github/**.yaml'
push:
branches: ["*.x"]
paths:
- '.github/**.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
zizmor:
name: Run zizmor 🌈
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: false
annotations: true
persona: 'pedantic'