diff --git a/.github/workflows/pull_request_automation.yml b/.github/workflows/pull_request_automation.yml index 42ed75de07..ffda8128e3 100644 --- a/.github/workflows/pull_request_automation.yml +++ b/.github/workflows/pull_request_automation.yml @@ -55,7 +55,7 @@ jobs: ruff format . --check --diff - name: Perform ShellCheck Analysis - run: bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh) + run: bash <(curl -s https://raw.githubusercontent.com/lupaxa-cicd-toolbox/shellcheck/master/src/pipeline.sh) backend-tests: runs-on: ubuntu-latest