chore: release 8.6.4 #1
This file contains 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
name: Tidelift Alignment | |
on: | |
push: | |
paths: | |
- '.github/workflows/tidelift-alignment.yml' | |
- 'package.json' | |
permissions: | |
contents: read | |
jobs: | |
build: | |
name: Run Tidelift to ensure approved open source packages are in use | |
runs-on: ubuntu-latest | |
if: github.repository == 'Automattic/mongoose' | |
steps: | |
- name: Checkout | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- name: Setup node | |
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 | |
with: | |
node-version: 16 | |
- name: Alignment | |
uses: tidelift/alignment-action@8d7700fe795fc01179c1f9fa05b72a089873027d # main | |
env: | |
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }} | |
TIDELIFT_ORGANIZATION: ${{ secrets.TIDELIFT_ORGANIZATION }} | |
TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }} |