Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
with:
text: ${{ github.event.comment.body }}
regex: '\s*(I have read the CLA Document and I hereby sign the CLA)|(recheckcla)\s*'

- name: "CLA Assistant"
if: ${{ steps.sign-or-recheck.outputs.match != '' || github.event_name == 'pull_request_target' }}
# Alpha Release
uses: cla-assistant/github-action@v2.6.0
uses: cla-assistant/github-action@v2.6.1
env:
# Generated and maintained by github
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/frogbot-scan-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
create-fix-pull-requests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6

# Install prerequisites
- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: "16.x"
node-version-file: ".tool-versions"

- uses: jfrog/frogbot@v2
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/frogbot-scan-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
# "frogbot" GitHub environment can approve the pull request to be scanned.
environment: frogbot
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

# Install prerequisites
- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: "16.x"
node-version-file: ".tool-versions"

- uses: jfrog/frogbot@v2
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:

steps:
# Prerequisites
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: "16"
node-version-file: ".tool-versions"

# Clean install project
- name: Clean install
Expand All @@ -44,5 +44,5 @@ jobs:

# Send tests coverage to Codecov
- name: Send code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
if: runner.os == 'Linux'
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 25.4.0