Skip to content

Commit f43c3e6

Browse files
authored
Merge branch 'aboutcode-org:develop' into update_spl_url
2 parents 0de498e + 38cf1ad commit f43c3e6

File tree

12,821 files changed

+67050
-77135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,821 files changed

+67050
-77135
lines changed

.github/ISSUE_TEMPLATE/--doc-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
name: "Documentation Improvement"
2+
name: Documentation Improvement
33
about: Your suggestions for improving the scancode-toolkit Documentation.
44
title: ''
5-
labels: 'documentation'
5+
labels: documentation
66
assignees: ''
77

88
---
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: New License Request
3+
about: Request a new license for scancode detection purposes
4+
title: 'New license request: '
5+
labels: new-license
6+
assignees: DennisClark
7+
8+
---
9+
10+
**License Name**
11+
The full name of the license, preferably as provided by the original authors.
12+
13+
**License Homepage URL**
14+
The primary and/or most reliable URL that contains the text of this license and/or information about it. This is ideally a web page dedicated to the license, but it may also be a source file that contains the license text.
15+
16+
**Reference URLs**
17+
Optionally provide URLs that contain references to the license.
18+
19+
**License Notes**
20+
Optionally describe any aspects of the license that deserve special attention.

.github/workflows/about-files-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ permissions:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111

1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: [3.9]
15+
python-version: [3.11]
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v4

.github/workflows/docs-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ permissions:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: [3.9]
15+
python-version: [3.12]
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

0 commit comments

Comments
 (0)