From bd3a20e57fdc9f1dd1535a5bacd6e9db8936b69c Mon Sep 17 00:00:00 2001 From: Remco Vermeulen Date: Mon, 22 Apr 2024 09:03:35 -0700 Subject: [PATCH] Remove the checkout for testing the Action workflows This emulates the behavior of running the Action in a different repository. --- .github/workflows/test-create-bundle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-create-bundle.yml b/.github/workflows/test-create-bundle.yml index de828d7..cf68d24 100644 --- a/.github/workflows/test-create-bundle.yml +++ b/.github/workflows/test-create-bundle.yml @@ -7,7 +7,6 @@ jobs: name: "Create custom bundle" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - uses: advanced-security/codeql-bundle-action/download-bundle@v2 id: download-bundle with: