Skip to content

Bump ruby/setup-ruby from 1.306.0 to 1.307.0 #1088

Bump ruby/setup-ruby from 1.306.0 to 1.307.0

Bump ruby/setup-ruby from 1.306.0 to 1.307.0 #1088

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
types: [opened, synchronize, reopened]
# Allows to run this workflow manually
workflow_dispatch:
permissions:
contents: read
jobs:
prep-release:
uses: ./.github/workflows/release.yml
permissions:
contents: write
security-events: write
build:
needs: prep-release
uses: ./.github/workflows/build.yml
permissions:
contents: write
security-events: write
attestations: write
id-token: write
with:
release_id: ${{ needs.prep-release.outputs.release_id }}
run:
uses: ./.github/workflows/run.yml
permissions:
contents: read
security-events: write
test:
uses: ./.github/workflows/test.yml
permissions:
contents: read
secrets:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
docs:
needs: prep-release
uses: ./.github/workflows/docs.yml
permissions:
contents: write
secrets:
GH_DFETCH_ORG_DEPLOY: ${{ secrets.GH_DFETCH_ORG_DEPLOY }}
with:
release_id: ${{ needs.prep-release.outputs.release_id }}