Skip to content

Commit

Permalink
Merge branch 'main' into TMA-4.8-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbiggers authored May 15, 2024
2 parents e269c6b + 2cf4851 commit a42292f
Show file tree
Hide file tree
Showing 17 changed files with 23,663 additions and 532 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
retention-days: 10

- name: Upload to code-scanning dashboard
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
with:
sarif_file: bandit_scan_results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__pycache__/
.idea
bandit_scan_results.sarif
scripts/inputs
scripts/outputs
scripts/*.bat
bandit_scan_results.sarif
8,610 changes: 8,274 additions & 336 deletions GNR/events/graniterapids_core.json

Large diffs are not rendered by default.

Loading

0 comments on commit a42292f

Please sign in to comment.