Skip to content

chore(deps): update actions/checkout action to v5 #529

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #529

Workflow file for this run

# SPDX-License-Identifier: MIT
name: Licensed
on:
push:
branches:
- main
paths:
- .github/workflows/licensed.yml
- .licensed.yml
- .licenses/**
- package-lock.json
- package.json
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
LICENSED_VERSION: 5.x
jobs:
licensed:
name: Check licenses
permissions:
contents: read
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: .node-version
cache: npm
- name: Install packages
run: |
npm ci
- name: Setup Ruby
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
with:
ruby-version: ruby
- name: Setup Licensed
uses: licensee/setup-licensed@0d52e575b3258417672be0dff2f115d7db8771d8 # v1.3.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ env.LICENSED_VERSION }}
- name: Check Licenses
run: |
licensed status