Skip to content

Bump ruby/setup-ruby from 1.310.0 to 1.312.0 #711

Bump ruby/setup-ruby from 1.310.0 to 1.312.0

Bump ruby/setup-ruby from 1.310.0 to 1.312.0 #711

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@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}