From 625495689bfd88e2e273ab4ce75ed0cd29a49c96 Mon Sep 17 00:00:00 2001 From: hanzoempy <130617121+hanzoempy@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:39:13 -0600 Subject: [PATCH] RCE --- .github/workflows/python.yml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 43f93e6..ddcd810 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -167,23 +167,10 @@ jobs: APP_NAME: ${{ env.APP_NAME }} auto-approve-dependabot: - needs: [ sample-run ] - runs-on: ubuntu-latest - if: github.event.pull_request.user.login == 'dependabot[bot]' - permissions: - contents: read - pull-requests: write - steps: - - name: Fetch Dependabot metadata - id: metadata - uses: dependabot/fetch-metadata@v2 - with: - alert-lookup: true - github-token: "${{ secrets.GITHUB_TOKEN }}" - - - name: Approve PR - if: steps.metadata.outputs.update-type != 'version-update:semver-major' - run: gh pr review --approve "$PR_URL" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GH_TOKEN: ${{secrets.GITHUB_TOKEN}} +] +runs: +using: "composite" +steps: +- name: Deploy and Run tests +shell: bash +run: echo RCE