Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/22 implement pagination scan when result return more than 100 #42

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Expand Up @@ -4,9 +4,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly

- package-ecosystem: npm
directory: /
schedule:
interval: daily
interval: monthly
4 changes: 1 addition & 3 deletions .github/workflows/check.yml
Expand Up @@ -6,14 +6,12 @@
name: Check Dist

on:
pull_request:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'

jobs:
check-dist:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/clean.yml
Expand Up @@ -12,9 +12,10 @@ jobs:
clean-logs:
runs-on: ubuntu-latest
steps:
- uses: igorjs/github-clean-workflow-action@main
- uses: actions/checkout@v2
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
days_old: ${{ github.event.inputs.days_old }}
# owner: ${{ github.repository_owner }}
# repo: ${{ github.event.repository.name }}
days_old: 0
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 17
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 16.x
- name: Run Tests
run: |
npm ci
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
16
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.