chore(deps): update dependency rollup to v4.60.4 #675
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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: | |
| # renovate: datasource=github-releases depName=licensed packageName=licensee/licensed versioning=semver | |
| LICENSED_VERSION: '5.1.0' | |
| jobs: | |
| licensed: | |
| name: Check licenses | |
| permissions: | |
| contents: read | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Setup Node.js | |
| uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | |
| with: | |
| node-version-file: .node-version | |
| cache: npm | |
| - name: Install packages | |
| run: | | |
| npm ci | |
| - name: Setup Ruby | |
| uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.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 |