1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-08-08 07:14:52 +02:00

Update the licensed workflow to use the latest version

This commit is contained in:
Bassem Dghaidi 2025-08-06 13:01:20 -07:00 committed by GitHub
parent d81cc477d9
commit 320fe7d56b

View file

@ -10,6 +10,20 @@ on:
workflow_dispatch:
jobs:
call-licensed:
name: Licensed
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
validate-cached-dependency-records:
runs-on: ubuntu-latest
name: Check licenses
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Install licensed tool
run: |
brew install licensed@5.0.4
- name: Check cached dependency records
run: licensed status