Merge pull request #1032 from bci-oss/update-dependency-versions #484
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
| # | |
| # Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH, Germany. All rights reserved. | |
| # | |
| name: GitHub Actions SAST (zizmor) | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| push: | |
| branches: [ main ] | |
| permissions: {} | |
| jobs: | |
| zizmor: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 | |
| with: | |
| persist-credentials: false | |
| - name: Run zizmor (PR annotations) | |
| uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0 | |
| with: | |
| advanced-security: false | |
| version: v1.22.0 | |
| annotations: true | |
| persona: auditor | |
| min-severity: medium |