We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4881964 commit e6c3fdaCopy full SHA for e6c3fda
1 file changed
.github/workflows/macaron-analysis.yaml
@@ -37,11 +37,13 @@ jobs:
37
fetch-depth: 0
38
persist-credentials: false
39
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
+ - name: Set up Python
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
43
with:
44
- macaroon-extra-args: >-
45
- analyze
46
- -purl pkg:github/oracle-devrel/cd3-automation-toolkit
47
-
+ python-version: "3.12"
+
+ - name: Install Macaron
+ run: python -m pip install --upgrade macaron
48
+ - name: Run Macaron analysis
49
+ run: macaron analyze -purl pkg:github/oracle-devrel/cd3-automation-toolkit
0 commit comments