Skip to content

Commit 8247381

Browse files
committed
Use v2 of the actions in test workflows
1 parent 20f658d commit 8247381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: advanced-security/codeql-bundle-action/download-bundle@main
11+
- uses: advanced-security/codeql-bundle-action/download-bundle@v2
1212
id: download-bundle
1313
with:
1414
tag: "latest"
1515
platforms: "osx64,linux64,win64"
16-
- uses: advanced-security/codeql-bundle-action/create-bundle@main
16+
- uses: advanced-security/codeql-bundle-action/create-bundle@v2
1717
id: create-bundle
1818
with:
1919
bundle-path: ${{ steps.download-bundle.outputs.bundle-path }}

0 commit comments

Comments
 (0)