Skip to content

Commit d4168e2

Browse files
committed
Move the checkout step below the download action
This allows us to test the inlined download action as it would be used when the action is used in a different repository.
1 parent d3b3692 commit d4168e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-create-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
name: "Create custom bundle"
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
1110
- uses: advanced-security/codeql-bundle-action/download-bundle@v2
1211
id: download-bundle
1312
with:
1413
tag: "latest"
1514
platforms: "osx64,linux64,win64"
15+
- uses: actions/checkout@v3
1616
- uses: advanced-security/codeql-bundle-action/create-bundle@v2
1717
id: create-bundle
1818
with:

0 commit comments

Comments
 (0)