Skip to content

Commit

Permalink
Use v2 of the actions in test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Jan 9, 2024
1 parent 20f658d commit 8247381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-create-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: advanced-security/codeql-bundle-action/download-bundle@main
- uses: advanced-security/codeql-bundle-action/download-bundle@v2
id: download-bundle
with:
tag: "latest"
platforms: "osx64,linux64,win64"
- uses: advanced-security/codeql-bundle-action/create-bundle@main
- uses: advanced-security/codeql-bundle-action/create-bundle@v2
id: create-bundle
with:
bundle-path: ${{ steps.download-bundle.outputs.bundle-path }}
Expand Down

0 comments on commit 8247381

Please sign in to comment.