diff --git a/.github/actions/security-issues/action.yml b/.github/actions/security-issues/action.yml index 33410ee66..fe54143e6 100644 --- a/.github/actions/security-issues/action.yml +++ b/.github/actions/security-issues/action.yml @@ -41,23 +41,6 @@ runs: python-version: 3.11 cache: 'poetry' - - uses: actions/checkout@v4 - with: - repository: exasol/python-toolbox - ref: feature/#130-security-issues-output - path: toolbox - - - name: Debug - shell: bash - run: | - pwd - ls -lah - echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE" - ls -lha $GITHUB_WORKSPACE/toolbox - cd $GITHUB_WORKSPACE/toolbox - ls - ls * - - name: Install Python Toolbox / Security tool shell: bash run: |