Skip to content

Commit 6439df7

Browse files
authored
Merge branch 'main' into www-repository
2 parents b198ecf + 42ffafc commit 6439df7

File tree

9 files changed

+417
-425
lines changed

9 files changed

+417
-425
lines changed

.github/workflows/label-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Apply Labels to Issues
17-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
17+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1818
with:
1919
script: |
2020
const issue = context.payload.issue;

.github/workflows/label-pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: write
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/labeler@f1a63e87db0c6baf19c5713083f8d00d789ca184
13+
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
1414
with:
1515
configuration-path: .github/labeler.yml
1616
sync-labels: true

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ If you plan to fetch GitHub OWASP data locally, follow these additional steps:
316316
- Run the following command to create a super user for accessing the admin interface:
317317
318318
```bash
319-
make setup
319+
make create-superuser
320320
```
321321
322322
1. **Generate a GitHub Personal Access Token**:

backend/poetry.lock

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ To fetch GitHub OWASP data locally:
158158
1. **Create Super User**
159159

160160
```bash
161-
make setup
161+
make create-superuser
162162
```
163163

164164
2. **Configure GitHub Access**

docs/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@axe-core/react": "^4.10.2",
7070
"@eslint/eslintrc": "^3.3.1",
71-
"@eslint/js": "^9.34.0",
71+
"@eslint/js": "^9.35.0",
7272
"@graphql-codegen/cli": "^5.0.7",
7373
"@graphql-codegen/near-operation-file-preset": "^3.1.0",
7474
"@graphql-codegen/typed-document-node": "^5.1.2",
@@ -91,7 +91,7 @@
9191
"@types/react-gtm-module": "^2.0.4",
9292
"@typescript-eslint/eslint-plugin": "^8.42.0",
9393
"@typescript-eslint/parser": "^8.42.0",
94-
"eslint": "^9.34.0",
94+
"eslint": "^9.35.0",
9595
"eslint-config-next": "^15.5.2",
9696
"eslint-config-prettier": "^10.1.8",
9797
"eslint-import-resolver-alias": "^1.1.2",

0 commit comments

Comments
 (0)