Skip to content

Commit 5011c0b

Browse files
committed
chore(version-scanner): configure GHA to use targets file for multi-version scanning
1 parent 437a13f commit 5011c0b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/version_scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Uses -o to output a detailed, raw CSV to a file
3636
# Uses --stdout to print a slim, easier to parse summary to the GitHub Actions UI
3737
# Uses --soft-fail to temporarily limit causing CI/CD failures during the migration to full operation.
38-
python scripts/version_scanner/version_scanner.py -d python -v 3.7 --stdout -o version_scanner_output.csv --soft-fail
38+
python scripts/version_scanner/version_scanner.py --targets-file scripts/version_scanner/targets.yaml --stdout -o version_scanner_output.csv --soft-fail
3939
4040
- name: Upload CSV Results
4141
if: always()
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python:
2+
- "3.7"
3+
- "3.8"
4+
- "3.9"

0 commit comments

Comments
 (0)