Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
19d8c97
build(deps): bump github/codeql-action/upload-sarif
dependabot[bot] Jul 11, 2026
27fc842
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 11, 2026
bdaf434
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 11, 2026
26cb10d
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 11, 2026
35af5ef
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 11, 2026
ef47d7d
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 11, 2026
20ce51a
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 11, 2026
ff80e59
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 11, 2026
741f3da
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 12, 2026
4f9c4ae
build(deps): bump upload-sarif to 4.37.0
codex Jul 12, 2026
2402648
Merge branch 'develop' into dependabot/github_actions/develop/github/…
opencode-agent[bot] Jul 12, 2026
f90a6d3
Merge branch 'develop' into dependabot/github_actions/develop/github/…
seonghobae Jul 12, 2026
aa28ba9
Merge branch 'develop' into dependabot/github_actions/develop/github/…
seonghobae Jul 12, 2026
f858f73
Merge branch 'develop' into dependabot/github_actions/develop/github/…
seonghobae Jul 12, 2026
bcee0fd
Merge branch 'develop' into dependabot/github_actions/develop/github/…
seonghobae Jul 12, 2026
596068e
Merge branch 'develop' into dependabot/github_actions/develop/github/…
seonghobae Jul 13, 2026
cca3ea5
Merge branch 'develop' into dependabot/github_actions/develop/github/…
seonghobae Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
python3 trusted-scorecard-scripts/scripts/checks/normalize_scorecard_sarif.py
scorecard-sarif/results.sarif
normalized-scorecard-results.sarif
- uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 peeled commit; SHA pinning retained as supply-chain attack mitigation.
- uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 peeled commit; SHA pinning retained as supply-chain attack mitigation.
with:
sarif_file: normalized-scorecard-results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
skip-dirs: 'services/analysis-engine/.venv'
trivyignores: ./.trivyignore
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 peeled commit; SHA pinning retained as supply-chain attack mitigation.
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 peeled commit; SHA pinning retained as supply-chain attack mitigation.
if: always()
with:
sarif_file: trivy-results.sarif
Loading