Skip to content

Commit f19ddd1

Browse files
authored
Merge pull request #37 from aboutcode-data/scio-action-patch
Run scancode action using patched branch
2 parents 4917c94 + 353af8c commit f19ddd1

12 files changed

Lines changed: 15 additions & 14 deletions

.github/workflows/mine-alpine-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-alpine-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine alpine PackageURLs
9+
name: Mine alpine Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

.github/workflows/mine-cargo-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-pypi-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine cargo PackageURLs
9+
name: Mine cargo Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

.github/workflows/mine-composer-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-composer-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine composer PackageURLs
9+
name: Mine composer Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

.github/workflows/mine-conan-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-conan-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine conan PackageURLs
9+
name: Mine conan Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

.github/workflows/mine-cpan-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [workflow_dispatch]
33
jobs:
44
mine-cpan-purls:
55
runs-on: ubuntu-24.04
6-
name: Mine cpan PackageURLs
6+
name: Mine cpan Package-URLs
77
steps:
88
- uses: aboutcode-org/scancode-action@purl-mining-branch
99
with:

.github/workflows/mine-cran-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-cran-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine cran PackageURLs
9+
name: Mine cran Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

.github/workflows/mine-debian-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-debian-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine debian PackageURLs
9+
name: Mine debian Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

.github/workflows/mine-maven-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-maven-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine maven PackageURLs
9+
name: Mine maven Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

.github/workflows/mine-npm-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [workflow_dispatch]
33
jobs:
44
mine-npm-purls:
55
runs-on: ubuntu-24.04
6-
name: Mine Npm PackageURLs
6+
name: Mine Npm Package-URLs
77
steps:
88
- uses: aboutcode-org/scancode-action@purl-mining-branch
99
with:

.github/workflows/mine-nuget-packageurls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mine-nuget-purls:
88
runs-on: ubuntu-24.04
9-
name: Mine NuGet PackageURLs
9+
name: Mine NuGet Package-URLs
1010
steps:
1111
- uses: aboutcode-org/scancode-action@purl-mining-branch
1212
with:

0 commit comments

Comments
 (0)