mirror of
https://github.com/actions/setup-go.git
synced 2025-07-01 13:43:44 +00:00
chore(ci) update dependencies
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
331ce1d993
commit
e440d68e55
18 changed files with 9833 additions and 11226 deletions
28
.github/workflows/licensed-cache.yml
vendored
Normal file
28
.github/workflows/licensed-cache.yml
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
name: Licensed cache
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- package-lock.json
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update_licenses_cache:
|
||||
runs-on: ubuntu-latest
|
||||
name: Update licenses cache
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npm ci
|
||||
- uses: jonabc/setup-licensed@v1
|
||||
with:
|
||||
version: '3.x'
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: jonabc/licensed-ci@v1
|
||||
with:
|
||||
user_name: ${{ github.actor }}
|
||||
user_email: ${{ github.actor }}@users.noreply.github.com
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
|||
|
||||
- name: audit packages
|
||||
run: npm audit --audit-level=high
|
||||
if: matrix.operating-system == 'ubuntu-latest'
|
||||
if: matrix.operating-system == 'ubuntu-latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue