Skip to content

Bump ruby/setup-ruby from 1.202.0 to 1.204.0 #555

Bump ruby/setup-ruby from 1.202.0 to 1.204.0

Bump ruby/setup-ruby from 1.202.0 to 1.204.0 #555

Workflow file for this run

name: Verify cached license metadata
on:
# run on pushes to main
push:
branches:
- main
# run on all pull request events
pull_request:
types:
- opened
- reopened
- synchronize
# run on demand
workflow_dispatch:
jobs:
licensed:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- uses: actions/checkout@v4
# setup node environment and packages
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --production --ignore-scripts
# install licensed
- uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
with:
ruby-version: ruby
- uses: github/setup-licensed@v1
with:
version: '4.x'
- uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .licensed.release.yml
workflow: push_for_bots
dependabot_skip: 'true'