Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
62111f6
chore(deps): bump shell-quote from 1.8.3 to 1.8.4
dependabot[bot] Jun 10, 2026
ebe4af0
Merge branch 'dev' into dependabot/npm_and_yarn/shell-quote-1.8.4
jth-nw Jun 11, 2026
5653c24
chore(deps): bump ajv from 6.14.0 to 6.15.0
dependabot[bot] Jun 11, 2026
9282d7e
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
dependabot[bot] Jun 12, 2026
4a366c6
chore(deps): bump anthropics/claude-code-action from 1.0.133 to 1.0.137
dependabot[bot] Jun 12, 2026
34fa082
chore(deps): bump dompurify from 3.4.0 to 3.4.10
dependabot[bot] Jun 17, 2026
560a7a7
Merge branch 'dev' into dependabot/npm_and_yarn/dompurify-3.4.10
jth-nw Jun 17, 2026
1186a44
Merge pull request #1135 from netwrix/dependabot/npm_and_yarn/dompuri…
jth-nw Jun 17, 2026
e00be52
Merge branch 'dev' into dependabot/npm_and_yarn/ajv-6.15.0
jth-nw Jun 17, 2026
1db6760
Merge branch 'dev' into dependabot/npm_and_yarn/shell-quote-1.8.4
jth-nw Jun 17, 2026
738678b
Merge branch 'dev' into dependabot/github_actions/actions/checkout-6.0.3
jth-nw Jun 17, 2026
d0dec43
Merge branch 'dev' into dependabot/github_actions/anthropics/claude-c…
jth-nw Jun 17, 2026
8ac1d46
chore(deps): bump form-data from 4.0.5 to 4.0.6
dependabot[bot] Jun 17, 2026
578bcab
Merge pull request #1105 from netwrix/dependabot/npm_and_yarn/ajv-6.15.0
jth-nw Jun 17, 2026
75187b4
Merge pull request #1110 from netwrix/dependabot/github_actions/actio…
jth-nw Jun 17, 2026
ea92e86
Merge pull request #1111 from netwrix/dependabot/github_actions/anthr…
jth-nw Jun 17, 2026
506e96d
Merge pull request #1095 from netwrix/dependabot/npm_and_yarn/shell-q…
jth-nw Jun 17, 2026
64d9f74
Merge branch 'dev' into dependabot/npm_and_yarn/form-data-4.0.6
jth-nw Jun 17, 2026
f05e2dc
Merge pull request #1137 from netwrix/dependabot/npm_and_yarn/form-da…
jth-nw Jun 17, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
APP_EXTERNAL_URL: ${{ secrets.APP_EXTERNAL_URL || vars.APP_EXTERNAL_URL }}
steps:
- name: Check out source code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude-code-followup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Checkout base repository
if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
token: ${{ secrets.VALE_TOKEN }}
fetch-depth: 0
Expand All @@ -72,7 +72,7 @@ jobs:

- name: Handle @claude request
if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true'
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
issues: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 1
Expand All @@ -40,7 +40,7 @@ jobs:
done

- name: Run code review
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/claude-doc-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Checkout repository
if: steps.bot-check.outputs.skip != 'true'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 1
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Run editorial review
if: steps.changed-files.outputs.count > 0
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOC_PR_FILES: ${{ steps.changed-files.outputs.files }}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

- name: Checkout repository
if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ steps.pr-info.outputs.sha }}
token: ${{ secrets.VALE_TOKEN }}
Expand All @@ -189,7 +189,7 @@ jobs:

- name: Handle @claude request
if: steps.pr-info.outputs.is_fork == 'false' && steps.pr-info.outputs.targets_dev == 'true'
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/claude-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
sparse-checkout: |
.github
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Step 1 — Security vulnerability screening
id: security-screen
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Step 2 — Code of conduct check
if: steps.check-state.outputs.issue_state == 'OPEN'
id: conduct-check
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -81,7 +81,7 @@ jobs:
# Only run label assignment for issue events (not comments) and only if issue is still open
if: steps.check-state.outputs.issue_state == 'OPEN' && github.event_name == 'issues'
id: assign-label
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

- name: Checkout repository
if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
token: ${{ secrets.ISSUE_TOKEN }}
fetch-depth: 0
Expand All @@ -197,7 +197,7 @@ jobs:
- name: Run content-fix skill
id: content-fix
if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true'
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
REPO: ${{ github.repository }}
with:
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:

- name: Checkout repository
if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
token: ${{ secrets.ISSUE_TOKEN }}
fetch-depth: 0
Expand All @@ -327,7 +327,7 @@ jobs:
- name: Run content-fix skill
id: content-fix-followup
if: steps.check-issue.outputs.issue_state == 'OPEN' && steps.check-issue.outputs.has_content_fix == 'true'
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
REPO: ${{ github.repository }}
COMMENT_BODY: ${{ github.event.comment.body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-extension-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Checkout PR branch
if: steps.bot-check.outputs.skip != 'true'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reindex-algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Set environment
id: set-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-dev-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0 # Full history for merge
token: ${{ secrets.SYNC_PAT }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vale-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Checkout PR branch
if: steps.bot-check.outputs.skip != 'true'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.VALE_TOKEN }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
id: phase2
if: steps.vale-remaining.outputs.remaining > 0
continue-on-error: true
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
id: phase3
if: steps.bot-check.outputs.skip != 'true' && steps.changed-files.outputs.count > 0
continue-on-error: true
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1
uses: anthropics/claude-code-action@41ea7642c1436fa0ee57aae58347904b71a5af27 # v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading