Skip to content

Bump ruby/setup-ruby from 1.296.0 to 1.298.0 #483

Bump ruby/setup-ruby from 1.296.0 to 1.298.0

Bump ruby/setup-ruby from 1.296.0 to 1.298.0 #483

Workflow file for this run

name: Zizmor Security Audit
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
zizmor:
name: Audit GitHub Actions
runs-on: ubuntu-latest
permissions:
security-events: write # Needed to upload SARIF results to GitHub Security
contents: read # Needed to checkout repository
actions: read # Needed to analyze workflow files
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}