Skip to content

Commit 6224be9

Browse files
authored
Post migration clean-up (#268)
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
1 parent 8b3855a commit 6224be9

31 files changed

Lines changed: 40 additions & 3018 deletions

.github/workflows/link-checker.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
name: Link Checker
2-
3-
on:
4-
workflow_dispatch:
5-
6-
jobs:
7-
check-links:
8-
runs-on: ubuntu-latest
9-
name: Validate App and Reference URLs
10-
11-
steps:
12-
- name: Checkout repository
13-
uses: actions/checkout@v6
14-
15-
- name: Set up Python
16-
uses: actions/setup-python@v6
17-
with:
18-
python-version: '3.11'
19-
20-
- name: Install dependencies
21-
run: pip install requests
22-
23-
- name: Validate App and Reference URLs
24-
id: link-check
25-
env:
26-
DATA_FILE: _data/collection.json
27-
run: python .github/workflows/scripts/check_links.py
28-
29-
- name: Upload Results (Failures and Redirects)
30-
if: always()
31-
uses: actions/upload-artifact@v7
32-
with:
33-
name: validation-results
34-
path: failed_links.json
1+
name: Link Checker
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
check-links:
8+
runs-on: ubuntu-latest
9+
name: Validate App and Reference URLs
10+
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
15+
- name: Set up Python
16+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
17+
with:
18+
python-version: '3.11'
19+
20+
- name: Install dependencies
21+
run: pip install requests
22+
23+
- name: Validate App and Reference URLs
24+
id: link-check
25+
env:
26+
DATA_FILE: _data/collection.json
27+
run: python .github/workflows/scripts/check_links.py
28+
29+
- name: Upload Results (Failures and Redirects)
30+
if: always()
31+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
32+
with:
33+
name: validation-results
34+
path: failed_links.json

.github/workflows/update-contributors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6
22-
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+
2323
- name: Set up Python
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2525
with:
2626
python-version: '3.11'
2727

.github/workflows/validate-owasp-metadata.yaml

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

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525

2626
- name: Validate metadata file
2727
uses: owasp/nest-schema/.github/actions/validate@011b47d59567ae7cfd246948c67503ba2f6cc15b

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Only data files from the PR will be checked out in the next step
1818
# For workflow_dispatch: validates current branch data with current branch scripts
1919
- name: Checkout base repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
with:
2222
ref: ${{ github.event.pull_request.base.ref || github.ref }}
2323
- name: Sparse checkout changed datafiles from PR
@@ -147,7 +147,7 @@ jobs:
147147
exit $overall_status
148148
- name: Upload validation results
149149
if: always()
150-
uses: actions/upload-artifact@v7
150+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
151151
with:
152152
name: artifact
153153
path: |

_data/dedupe-list.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

_includes/collection_table.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

_includes/collection_table/advanced_search.html

Lines changed: 0 additions & 181 deletions
This file was deleted.

_includes/collection_table/controls.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

_includes/collection_table/normalize_value.html

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)