Skip to content

Commit

Permalink
chore: updated FOSSA artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguiarz committed Mar 2, 2023
1 parent dd1bf4c commit d2f87f6
Show file tree
Hide file tree
Showing 26 changed files with 18,865 additions and 185 deletions.
Empty file modified .eslintignore
100755 → 100644
Empty file.
Empty file modified .eslintrc.js
100755 → 100644
Empty file.
Empty file modified .fossa.yml
100755 → 100644
Empty file.
24 changes: 12 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
fossa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
Expand All @@ -34,7 +34,7 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
Expand All @@ -48,10 +48,10 @@ jobs:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
Expand All @@ -69,12 +69,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'

- name: Install dependencies
Expand All @@ -95,12 +95,12 @@ jobs:
needs: [build, test, fossa, snyk]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
scope: '@openfga'
always-auth: false
Expand All @@ -120,7 +120,7 @@ jobs:
needs: publish

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: Roang-zero1/github-create-release-action@5cf058ddffa6fa04e5cda07c98570c757dc4a0e1
with:
Expand Down
Empty file modified .npmrc
100755 → 100644
Empty file.
Empty file modified .openapi-generator/FILES
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0-SNAPSHOT
6.3.0
Empty file modified CHANGELOG.md
100755 → 100644
Empty file.
Empty file modified CONTRIBUTING.md
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
Loading

0 comments on commit d2f87f6

Please sign in to comment.