deno.land / x / mongoose@6.7.5 / .github / workflows / tidelift-alignment.yml

tidelift-alignment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Tidelift Alignmenton: 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 - name: Setup node uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 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 }}
mongoose

Version Info

Tagged at
a year ago