Skip to content

Commit 4db250f

Browse files
committed
sync master
2 parents aaf1fa8 + 7acb6d7 commit 4db250f

File tree

6 files changed

+32
-26
lines changed

6 files changed

+32
-26
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Claude Code PR Review
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
8+
pull_request_review:
9+
types: [submitted]
10+
11+
jobs:
12+
claude-review:
13+
permissions:
14+
contents: write
15+
issues: write
16+
pull-requests: write
17+
id-token: write
18+
uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3737

3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040

4141
- name: Initialize CodeQL
4242
uses: github/codeql-action/init@v3

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
# Checkout the code
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3232
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3737

38-
- uses: snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
38+
- uses: snyk/actions/node@9adf32b1121593767fc3c057af55b55db032dc04 # pin@1.0.0
3939
env:
4040
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.github/workflows/test.yml

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1919

20-
env:
21-
CACHE_KEY: "${{ github.ref }}-${{ github.run_id }}-${{ github.run_attempt }}"
2220

2321
jobs:
2422
configure:
@@ -29,7 +27,7 @@ jobs:
2927
matrix: ${{ steps.set-matrix.outputs.matrix }}
3028

3129
steps:
32-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3331
with:
3432
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3533

@@ -47,17 +45,12 @@ jobs:
4745

4846
steps:
4947
- name: Checkout code
50-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
5149

5250
- uses: ./.github/actions/build
5351
with:
5452
node: ${{ matrix.node }}
5553

56-
- name: Save build artifacts
57-
uses: actions/cache/save@v4
58-
with:
59-
path: .
60-
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
6154

6255
unit:
6356
needs: [configure, build] # Require build to complete before running tests
@@ -69,18 +62,15 @@ jobs:
6962
matrix: ${{ fromJson(needs.configure.outputs.matrix) }}
7063

7164
steps:
72-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v6
7366

74-
- uses: actions/setup-node@v4
67+
- uses: actions/setup-node@v6
7568
with:
7669
node-version: ${{ matrix.node }}
7770
cache: npm
7871

79-
- uses: actions/cache/restore@v4
80-
with:
81-
path: .
82-
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
8372

73+
- run: npm ci
8474
- run: npm run test:ci
8575

8676
# only upload coverage on one node version
@@ -94,16 +84,13 @@ jobs:
9484
runs-on: ubuntu-latest
9585

9686
steps:
97-
- uses: actions/checkout@v4
87+
- uses: actions/checkout@v6
9888

99-
- uses: actions/setup-node@v4
89+
- uses: actions/setup-node@v6
10090
with:
10191
node-version: 18
10292
cache: npm
10393

104-
- uses: actions/cache/restore@v4
105-
with:
106-
path: .
107-
key: 18-${{ env.CACHE_KEY }}
10894

95+
- run: npm ci
10996
- run: npm run lint

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Release](https://img.shields.io/npm/v/jwks-rsa)
44
[![Codecov](https://img.shields.io/codecov/c/github/auth0/node-jwks-rsa)](https://codecov.io/gh/auth0/node-jwks-rsa)
5+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/auth0/node-jwks-rsa)
56
![Downloads](https://img.shields.io/npm/dw/jwks-rsa)
67
[![License](https://img.shields.io/:license-mit-blue.svg?style=flat)](https://opensource.org/licenses/MIT)
78
![CircleCI](https://img.shields.io/circleci/build/github/auth0/node-jwks-rsa)
@@ -80,4 +81,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
8081
</p>
8182
<p align="center">
8283
This project is licensed under the MIT license. See the <a href="https://github.com/auth0/node-jwks-rsa/blob/master/LICENSE"> LICENSE</a> file for more info.
83-
</p>
84+
</p>

0 commit comments

Comments
 (0)