Skip to content

Pin actions and explicitly set permissions #43

Pin actions and explicitly set permissions

Pin actions and explicitly set permissions #43

Workflow file for this run

on: push
name: cibuild
permissions:
contents: read
jobs:
build:
name: Test
strategy:
matrix:
ruby: [2.6, 2.7]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3 # v1.205.0
with:
ruby-version: ${{ matrix.ruby }}
- name: script/cibuild
run: script/cibuild