Skip to content

Bump step-security/harden-runner from 2.14.1 to 2.18.0 #1202

Bump step-security/harden-runner from 2.14.1 to 2.18.0

Bump step-security/harden-runner from 2.14.1 to 2.18.0 #1202

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
schedule: [ cron: "42 0 7 * *" ] # https://crontab.guru/#42_0_7_*_*
workflow_run:
workflows: [ "Update" ]
types: [ completed ]
jobs:
test:
runs-on: ubuntu-latest
strategy: {matrix: {ruby: [ 3.1, 3.2, 3.3, 3.4, '4.0' ]}}
steps:
- uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
with: { egress-policy: audit }
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: ruby/setup-ruby@4fc31e1c823882afd7ef55985266a526c589de90 # v1.282.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bin/rake