chore(deps): pin sap/ai-sdk-python action to 7c4e0ae #237
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: zizmor | |
| on: | |
| pull_request: | |
| paths: | |
| - '.github/**' | |
| push: | |
| branches: | |
| - 'main' | |
| paths: | |
| - '.github/**' | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write | |
| jobs: | |
| zizmor: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| with: | |
| persist-credentials: false | |
| - name: Install zizmor | |
| run: pip install zizmor | |
| - name: Run zizmor (log) | |
| run: zizmor --config zizmor.yml --min-severity high .github/ | |
| - name: Run zizmor (SARIF) | |
| uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2 | |
| if: always() | |
| with: | |
| config: zizmor.yml | |
| env: | |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |