Skip to content

Commit 186df30

Browse files
Merge pull request #4 from aboutcode-data/add-misc-ci-actions
Add misc CI actions for pacakgeURL mining
2 parents fdbf045 + b32ebb6 commit 186df30

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on: [workflow_dispatch]
2+
3+
jobs:
4+
mine-pypi-purls:
5+
runs-on: ubuntu-24.04
6+
name: Mine pypi PackageURLs
7+
steps:
8+
- uses: aboutcode-org/scancode-action@beta
9+
with:
10+
scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
11+
pipelines: "mine_alpine"
12+
env:
13+
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-pypi-test
14+
FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
15+
FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation"
16+
FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on: [workflow_dispatch]
2+
3+
jobs:
4+
mine-pypi-purls:
5+
runs-on: ubuntu-24.04
6+
name: Mine pypi PackageURLs
7+
steps:
8+
- uses: aboutcode-org/scancode-action@beta
9+
with:
10+
scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
11+
pipelines: "mine_debian"
12+
env:
13+
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-pypi-test
14+
FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
15+
FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation"
16+
FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on: [workflow_dispatch]
2+
3+
jobs:
4+
mine-pypi-purls:
5+
runs-on: ubuntu-24.04
6+
name: Mine pypi PackageURLs
7+
steps:
8+
- uses: aboutcode-org/scancode-action@beta
9+
with:
10+
scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
11+
pipelines: "mine_maven"
12+
env:
13+
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-pypi-test
14+
FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
15+
FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation"
16+
FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on: [workflow_dispatch]
2+
3+
jobs:
4+
mine-pypi-purls:
5+
runs-on: ubuntu-24.04
6+
name: Mine pypi PackageURLs
7+
steps:
8+
- uses: aboutcode-org/scancode-action@beta
9+
with:
10+
scancodeio-repo-branch: "collect-purl-metadata#egg=scancodeio[mining]"
11+
pipelines: "mine_swift"
12+
env:
13+
FEDERATEDCODE_GIT_ACCOUNT_URL: https://github.com/aboutcode-data/minecode-data-pypi-test
14+
FEDERATEDCODE_GIT_SERVICE_TOKEN: ${{ secrets.MINING_GITHUB_TOKEN }}
15+
FEDERATEDCODE_GIT_SERVICE_NAME: "AboutCode Automation"
16+
FEDERATEDCODE_GIT_SERVICE_EMAIL: "automation@aboutcode.org"

0 commit comments

Comments
 (0)