Skip to content

🌱 Bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 #222

🌱 Bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1

🌱 Bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 #222

Workflow file for this run

---
# Static analysis for GitHub Actions workflows
# https://docs.zizmor.sh/
name: zizmor
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
zizmor:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# Upload SARIF to Security tab on push to main
- name: Run zizmor (SARIF)
if: github.event_name == 'push'
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
# Block PRs with findings
- name: Run zizmor (PR check)
if: github.event_name == 'pull_request'
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
with:
advanced-security: false