Skip to content

Commit e6c3fda

Browse files
committed
Fix Macaron workflow execution
1 parent 4881964 commit e6c3fda

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/macaron-analysis.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ jobs:
3737
fetch-depth: 0
3838
persist-credentials: false
3939

40-
# Check the GitHub Actions workflows and shell scripts in the repository for supply-chain issues.
41-
- name: Run Macaron analysis
42-
uses: oracle/macaron@v0.10.0
40+
- name: Set up Python
41+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4342
with:
44-
macaroon-extra-args: >-
45-
analyze
46-
-purl pkg:github/oracle-devrel/cd3-automation-toolkit
47-
43+
python-version: "3.12"
44+
45+
- name: Install Macaron
46+
run: python -m pip install --upgrade macaron
47+
48+
- name: Run Macaron analysis
49+
run: macaron analyze -purl pkg:github/oracle-devrel/cd3-automation-toolkit

0 commit comments

Comments
 (0)