Skip to content

Commit

Permalink
Bug Fix: Use the right org/repo for the codeql-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Nov 25, 2023
1 parent b54ba9a commit 10bc5af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Download benchmark bundle
env:
GH_TOKEN: ${{ github.token }}
# download the latest version
run: |
gh release download -R octo-org/codeql-bundle --pattern 'codeql-bundle.tar.gz'
gh release download -R github/codeql-action --pattern 'codeql-bundle.tar.gz'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- name: Download benchmark bundle
env:
GH_TOKEN: ${{ github.token }}
# download the latest version
run: |
gh release download -R octo-org/codeql-bundle --pattern 'codeql-bundle.tar.gz'
gh release download -R github/codeql-action --pattern 'codeql-bundle.tar.gz'
- name: "Run analysis"
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 #v2.3.1
Expand Down

0 comments on commit 10bc5af

Please sign in to comment.