From 00a904a629f903c539620a8742e8e9f7e466ae3e Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Thu, 18 Jan 2024 10:36:23 -0800 Subject: [PATCH] fixing indentation --- .github/workflows/ci-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index be1f8d5..d4e1a98 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -30,7 +30,7 @@ jobs: fi - name: Run OX Security Scan to check for vulnerabilities - with: - ox_api_key: ${{ secrets.OX_API_KEY }} - uses: oxsecurity/ox-security-scan@main + with: + ox_api_key: ${{ secrets.OX_API_KEY }} + uses: oxsecurity/ox-security-scan@main