Skip to content

Bump ruby/setup-ruby from 1.316.0 to 1.319.0 #276

Bump ruby/setup-ruby from 1.316.0 to 1.319.0

Bump ruby/setup-ruby from 1.316.0 to 1.319.0 #276

Workflow file for this run

name: Apache SkyWalking Eyes
permissions:
contents: read
on:
push:
branches:
- 'main'
- '*-stable'
tags:
- '!*' # Do not execute on tags
pull_request:
branches:
- '*'
# Allow manually triggering the workflow.
workflow_dispatch:
# Cancels all previous workflow runs for the same branch that have not yet completed.
concurrency:
# The concurrency group contains the workflow name and the branch name.
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
license-check:
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Check Dependencies' License
uses: apache/skywalking-eyes/dependency@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8.0
with:
config: .licenserc.yaml
mode: "check"
# Generated from configured licenses. Compatibility check mode is used
# only when License-Eye has a usable main-license matrix; otherwise
# resolve mode records dependency licenses without false failures.
flags: "--weak-compatible"