From c12454005698f63d9eec0a9c42c321427edc90cc Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 11 Sep 2025 14:43:06 +0530 Subject: [PATCH] fix: add missing indentation for Python configuration step --- .github/workflows/rl-scanner.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index b25561b6..14514656 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -38,6 +38,7 @@ jobs: - name: Configure Python uses: actions/setup-python@v6 + with: python-version: ${{ inputs.python-version }} - name: Configure dependencies @@ -79,4 +80,4 @@ jobs: PRODSEC_TOOLS_ARN: ${{ secrets.PRODSEC_TOOLS_ARN }} - name: Output scan result - run: echo "scan-status=${{ steps.rl-scan-conclusion.outcome }}" >> $GITHUB_ENV + run: echo "scan-status=${{ steps.rl-scan-conclusion.outcome }}" >> $GITHUB_ENV \ No newline at end of file