File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,8 @@ jobs:
336336 FORCE_DEFAULT_CONFIG : ${{ inputs.always-use-default-config && 'true' || '' }}
337337 shell : sh
338338 run : |
339+ set -x
340+
339341 if [ -z "${FORCE_DEFAULT_CONFIG}" ]; then
340342 echo "Checking for user-provided zizmor configuration..."
341343 if [ -f "zizmor.yml" ]; then
@@ -346,7 +348,8 @@ jobs:
346348
347349 if [ -f ".github/zizmor.yml" ]; then
348350 # No action needed, zizmor will find it
349- echo "Using .github/zizmor.yml found in repository."
351+ echo "Using .github/zizmor.yml found in repository. Contents:"
352+ cat .github/zizmor.yml
350353 exit 0
351354 fi
352355
@@ -380,7 +383,10 @@ jobs:
380383 ZIZMOR_CACHE_DIR : ${{ runner.temp }}/.cache/zizmor
381384 shell : sh
382385 run : >-
386+ set -x
387+
383388 uvx zizmor@"${ZIZMOR_VERSION}"
389+ --verbose
384390 --format sarif
385391 --min-severity "${MIN_SEVERITY}"
386392 --min-confidence "${MIN_CONFIDENCE}"
You can’t perform that action at this time.
0 commit comments