Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7434149
Upgrade Node.js version to 24.
mario-campos Sep 26, 2025
30445af
Rebuild JS after upgrading to Node.js 24.
mario-campos Sep 26, 2025
d7ada03
Downgrade upload-sarif@v4 -> v3
mario-campos Sep 26, 2025
1804381
Specify Node.js v24 in actions/setup-node steps.
mario-campos Sep 29, 2025
d4bbcb7
Implement simultaneous PR checks for Node.js v20, v24.
mario-campos Sep 29, 2025
d4b5380
Document Node.js 24 change in CHANGELOG.md.
mario-campos Sep 30, 2025
3adb1ff
Reorder supported tags in descending order
mario-campos Oct 1, 2025
d899b2e
Merge branch 'main' into mario-campos/node24
henrymercer Oct 2, 2025
205744e
Update changelog and version after v3.30.6
github-actions[bot] Oct 2, 2025
70836b1
Rebuild
github-actions[bot] Oct 2, 2025
21a7ba3
Merge pull request #3173 from github/mergeback/v3.30.6-to-main-64d10c13
nickrolfe Oct 2, 2025
65e9e64
Make `matrix` available to `start-proxy` action
mbg Oct 2, 2025
54ae8ba
Simplify PR check by reverting changes to `@types/node`.
mario-campos Oct 2, 2025
dddf033
Revert changes to build.mjs
mario-campos Oct 2, 2025
7fb8378
Re-throw exception in `createStatusReportBase` when in test mode
mbg Oct 3, 2025
065c6cf
Merge pull request #3174 from github/mbg/fix/start-proxy-matrix
mbg Oct 3, 2025
b2e2232
Merge remote-tracking branch 'origin/main' into mario-campos/node24
mario-campos Oct 3, 2025
b66db86
Hoist CHANGELOG note back to "UNRELEASED" section.
mario-campos Oct 6, 2025
5528384
Merge pull request #3169 from github/mario-campos/node24
mario-campos Oct 6, 2025
93c1673
Update changelog for v4.30.7
github-actions[bot] Oct 6, 2025
e296a93
Merge pull request #3183 from github/update-v4.30.7-55283843c
mario-campos Oct 7, 2025
b264e15
Update version and changelog for v3.30.7
github-actions[bot] Oct 7, 2025
01f1a24
Downgrade action.yml to use Node.js 20 instead of Node.js 24 for v3
mario-campos Oct 7, 2025
c551c50
Rebuild
github-actions[bot] Oct 7, 2025
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
Prev Previous commit
Next Next commit
Downgrade upload-sarif@v4 -> v3
I got ahead of myself; v4 hasn't been tagged yet.
  • Loading branch information
mario-campos committed Sep 30, 2025
commit d7ada03e0280f776b82f810731bcbec65691d7b4
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: npm run lint-ci

- name: Upload sarif
uses: github/codeql-action/upload-sarif@v4
uses: github/codeql-action/upload-sarif@v3
if: matrix.os == 'ubuntu-latest'
with:
sarif_file: eslint.sarif
Expand Down