Sourced from github/codeql-action's releases.
v3.28.19
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actions
language, which is currently in public preview. Theactions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinned yourtools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactions
analysis.- Update default CodeQL bundle version to 2.21.4. #2910
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.19 - 03 Jun 2025
- The CodeQL Action no longer includes its own copy of the extractor for the
actions
language, which is currently in public preview. Theactions
extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled theactions
language and you have pinned yourtools:
property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disableactions
analysis.- Update default CodeQL bundle version to 2.21.4. #2910
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADS
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
... (truncated)
fca7ace
Merge pull request #2918
from github/update-v3.28.19-4a00331d41dcd2be
Update changelog for v3.28.194a00331
Merge pull request #2910
from github/update-bundle/codeql-bundle-v2.21.4c0a821d
Add changelog noted621686
Update default bundle to codeql-bundle-v2.21.4dc138d4
Merge pull request #2913
from github/henrymercer/win-2019-deprecated3201e46
Stop running CI on windows-2019
7fd6215
Merge pull request #2911
from github/update-supported-enterprise-server-versions31eae5e
Update supported GitHub Enterprise Server versionsbc02a25
Merge pull request #2908
from github/henrymercer/dependabotSourced from ossf/scorecard-action's releases.
v2.4.2
What's Changed
This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.4.1...v2.4.2
05b42c6
:seedling: bump docker to ghcr v2.4.2 (#1548)b225da6
Bump github.com/ossf/scorecard/v5 from v5.2.0 to v5.2.1 (#1550)9399f6f
:seedling: Bump the docker-images group across 1 directory with 2
updates (#1...e1daa8c
:seedling: Bump the github-actions group across 1 directory with 5
updates (#...9fe6511
:seedling: Bump golang.org/x/net from 0.39.0 to 0.40.0 (#1542)25b9cd9
:seedling: Bump github.com/ossf/scorecard/v5 from v5.1.1 to v5.2.0 (#1547)18cc9b8
:seedling: Bump golang.org/x/net from 0.38.0 to 0.39.0 (#1536)db78142
:seedling: Bump the github-actions group with 2 updates (#1538)de386ed
:seedling: Bump golang from 1.24.1 to 1.24.2 in the docker-images group
(#1534)5b7cedb
:seedling: Bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 (#1537)5181c27
ParallelCopy: Fix a launch region issue (#4481)78268f1
Reuse MLEBNodeFDLaplacian and MLCurlCurl (#4480)fc469a3
Add new amrex::Initialize (#4476)8ea01a1
GNU Make: Use -g1 for optimized builds with GCC and Clang (#4475)d70dd73
Update rules of check-changes (#4474)390ed35
Fix compilation of PlotfileToMatLab (#4471)d3798de
Print max CArena usage (#4468)69363b2
Put MPI datatypes in separate namespace (#4470)9d5f111
Fix incorrect static_cast in amrex::cast (#4465)1fbc667
Avoid polluting global namespace with MPI types for non-MPI builds (#4463)02de29e
Remove a reference to a compromised account6d51c78
Cleanup FP formatting0f4e9d0
Cleanup FP formattingd9d5049
Optimize the default FP formattingbefbc5f
Fix ADL lookup for memory_buffer8aa1d6a
Minor cleanup6d79757
Interpret precision as display width (#4443)1ff0b7f
Cleanup warning suppressionea985e8
Remove some implicit conversions (#4447)f7033da
Avoid include locale inline if C++20 modules are enabled (#4451)257cf87
Workaround for Hipcc error (reference to host function in host device
functio...1ff5cf7
Safeguards for READ_LINEAR mode (#1753)Sourced from actions/dependency-review-action's releases.
v4.7.1
- Packages added to
allow-dependencies-licenses
will be allowed even if the package in question has no license information #889- License expressions (e.g.
Ruby OR GPL-2.0
) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g.Ruby
)
da24556
Merge pull request #933
from actions/dangoor/471-release9af0caf
Bump version number for 4.7.1d8f2df2
Merge pull request #932
from actions/907-disallow-expression6e9307a
Discard allow list entries that are not SPDX IDs8805179
Merge pull request #930
from actions/889-allow-no-license014300b
Update build34486f3
Check namespaces when excluding license checks9b155d6
Update buildf199659
Allowing dependencies works with no licensesSourced from github/codeql-action's releases.
v3.28.18
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADS
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #2891See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.18 - 16 May 2025
- Update default CodeQL bundle version to 2.21.3. #2893
- Skip validating SARIF produced by CodeQL for improved performance. #2894
- The number of threads and amount of RAM used by CodeQL can now be set via the
CODEQL_THREADS
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #28913.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
... (truncated)
ff0a06e
Merge pull request #2896
from github/update-v3.28.18-b86edfc27a41e084
Update changelog for v3.28.18b86edfc
Merge pull request #2893
from github/update-bundle/codeql-bundle-v2.21.3e93b900
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.3510dfa3
Merge pull request #2894
from github/henrymercer/skip-validating-codeql-sarif492d783
Merge branch 'main' into henrymercer/skip-validating-codeql-sarif83bdf3b
Merge pull request #2859
from github/update-supported-enterprise-server-versionscffc916
Merge pull request #2891
from austinpray-mixpanel/patch-14420887
Add deprecation warning for CodeQL 2.16.5 and earlier4e178c5
Update supported versions table in READMESourced from actions/dependency-review-action's releases.
v4.7.0
- Handle complex license expressions (e.g.
MIT AND GPL-2.0
) in allow lists (fixes #809 and probably others)- Replace
OTHER
in package licenses withLicenseRef-clearlydefined-OTHER
so that parsing passes
38ecb5b
Merge pull request #929
from actions/dangoor/4.7-release0e9e935
Version 4.7.0 release69d2faa
Merge pull request #926
from dangoor/dangoor/replace-other7e14978
Merge branch 'actions:main' into dangoor/replace-other8477905
Merge pull request #927
from dangoor/dangoor/multilicensef3ff356
Update distc7565d4
Fix tests and respond to review feedback82299c3
Replace OTHER with a LicenseRef2013ccc
Update type definition for spdx-satisfies3a2b687
Handle complex licenses (e.g. X AND Y)Sourced from github/codeql-action's releases.
v3.28.17
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.17 - 02 May 2025
- Update default CodeQL bundle version to 2.21.2. #2872
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
... (truncated)
60168ef
Merge pull request #2886
from github/update-v3.28.17-97a2bfd2a0d5a311
Update changelog for v3.28.1797a2bfd
Merge pull request #2872
from github/update-bundle/codeql-bundle-v2.21.29aba20e
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.281a9508
Merge pull request #2876
from github/henrymercer/fix-diff-informed-multiple-a...1569f4c
Disable diff-informed queries in code scanning config tests62fbeb6
Merge branch 'main' into
henrymercer/fix-diff-informed-multiple-analyzef122d1d
Address test failures from computing temporary directory too early083772a
Do not fail diff informed analyses when analyze
is run
twice in the same job5db14d0
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.2d49d229
SYCL on Windows workaround (#4436)eb137e3
Fix MF ParallelFor<MT> (#4414)2acedfe
Avoid calling bisection in MFParallelFor (#4392)1a97b96
SYCL: Update link flag for huge device code in GNU Make file (#4421)6d6e519
Hypre & PETSc: Fix compilation when MLMG's MF type is not FabArray
(#4422)3541264
Intel CI: Update warning flags (#4412)06bc76c
iMulitFab: Add more methods (#4410)f1cfe3b
HIP Debug Build (#4408)5e3a7a3
ReduceToPlaneMF (#4384)2343e4f
Periodicity boundary support for multi-ghost communication (#4405)2f86d13
Update googletest to 1.13c9371de
[cmake] Require minimum CMake version 3.5505ee05
Update changelogccab417
Update changelogec1349d
Update changelog0ed2a65
Clarify why we use __builtin_strlen instead of strlene22c943
Update changelogb252bad
Update changelog2680831
Cleanun string_view8978ab0
Avoiding __builtin_strlen (#4429)c936e2e
Implement debug format for error_codea7d7b89
Implement the s specifier for error_codeaa2cc99
There is now full support for reading v-based Series (#1750)358d239
ADIOS2 bugfix: Always use CurrentStep() in mode::Read (#1749)45708ca
Fix error when reading in linear mode from file-based Series (#1748)7491a9b
Variable encoding in ADIOS2: Support partial datasets in
ReadRandomAccess (#1...9e5f210
Fix uninitialized values (#1745)Sourced from actions/setup-python's releases.
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-y
in actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-y
in actions/setup-python#1082- Upgrade semver and
@types/semver
by@dependabot
in actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabot
in actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabot
in actions/setup-python#1081Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.6.0
a26af69
Bump ts-jest from 29.1.2 to 29.3.2 (#1081)30eafe9
Bump prettier from 2.8.8 to 3.5.3 (#1046)5d95bc1
Bump semver and @types/semver
(#1091)6ed2c67
Fix for Candidate Not Iterable Error (#1082)e348410
Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15
(#1065)Sourced from github/codeql-action's releases.
v3.28.16
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.16 - 23 Apr 2025
- Update default CodeQL bundle version to 2.21.1. #2863
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
... (truncated)
28deaed
Merge pull request #2865
from github/update-v3.28.16-2a8cbadc003c5d71
Update changelog for v3.28.162a8cbad
Merge pull request #2863
from github/update-bundle/codeql-bundle-v2.21.1f76eaf5
Add changelog notee63b3f5
Update default bundle to codeql-bundle-v2.21.14c3e536
Merge pull request #2853
from github/dependabot/npm_and_yarn/npm-7d84c66b6656dd02f
Merge pull request #2852
from github/dependabot/github_actions/actions-457587...192406d
Merge branch 'main' into
dependabot/github_actions/actions-4575878e06c7dbb20
Merge pull request #2857
from github/nickfyson/address-vulns9a45cd8
move use of input variables into env varsSourced from ZedThree/clang-tidy-review's releases.
v0.21.0
What's Changed
- fix: use pygithub to get PR comments by
@Nerixyz
in ZedThree/clang-tidy-review#142- Add support for clang-tidy-19 by
@aobolensk
in ZedThree/clang-tidy-review#141- [install_commands] add option to inject install commands by
@akallabeth
in ZedThree/clang-tidy-review#146New Contributors
@aobolensk
made their first contribution in ZedThree/clang-tidy-review#141@akallabeth
made their first contribution in ZedThree/clang-tidy-review#146Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.20.1...v0.21.0
4ea7f7b
Apply black changes237487f
Merge pull request #146
from akallabeth/master48a2ce6
strip enclosing quotes27c8452
quote install commands5714de4
Merge pull request #141
from aobolensk/v0.20.1-patch-clang-tidy-19187ce1c
Merge pull request #142
from Nerixyz/fix/pr-commentsa6a0316
[install_commands] add option to inject install commandsb9e7f52
fix: use pygithub to get PR comments directlyba7a1be
Add support for clang-tidy-19Sourced from github/codeql-action's releases.
v3.28.15
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
See the full CHANGELOG.md for more information.
v3.28.14
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.15 - 07 Apr 2025
- Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #2842
3.28.14 - 07 Apr 2025
- Update default CodeQL bundle version to 2.21.0. #2838
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
... (truncated)
45775bd
Merge pull request #2854
from github/update-v3.28.15-a35ae8c38dd78aab
Update CHANGELOG.md with bug fix detailse40af59
Update changelog for v3.28.15a35ae8c
Merge pull request #2843
from github/cklin/diff-informed-compatbb59df6
Merge pull request #2842
from github/henrymercer/zip644b508f5
Merge pull request #2845
from github/mergeback/v3.28.14-to-main-fc7e4a0fca00afb
Update checked-in dependencies2969c78
Update changelog and version after v3.28.14fc7e4a0
Merge pull request #2844
from github/update-v3.28.14-362ef4ce2be0175c
Update changelog for v3.28.14Sourced from actions/dependency-review-action's releases.
v4.6.0
What's Changed
- Updating multiple dependency versions by
@Ahmed3lmallah
in actions/dependency-review-action#870- Grouping minor and patch dependabot updates to lessen the number of PRs by
@Ahmed3lmallah
in actions/dependency-review-action#876- Bump actions/stale from 9.0.0 to 9.1.0 by
@dependabot
in actions/dependency-review-action#878- Bump undici from 5.28.4 to 5.28.5 by
@dependabot
in actions/dependency-review-action#877- DR Action should link to the proxima stamp when appropriate in error messages by
@AshelyTC
in actions/dependency-review-action#891- Allow deny package removal by
@ellenfieldn
in actions/dependency-review-action#888- Fix typos by
@omahs
in actions/dependency-review-action#893- Bump esbuild from 0.19.5 to 0.25.0 by
@dependabot
in actions/dependency-review-action#900- Bump octokit and related dependencies by
@RomanIakovlev
in actions/dependency-review-action#904- Bump
@babel/helpers
from 7.23.2 to 7.26.10 by@dependabot
in actions/dependency-review-action#905- Bump
@octokit/plugin-paginate-rest
from 9.1.5 to 9.2.2 by@dependabot
in actions/dependency-review-action#899- Update transitive dependency spdx-license-ids by
@ailox
in actions/dependency-review-action#855- To not print OpenSSF Scorecard section if no dependencies scanned by
@fabasoad
in actions/dependency-review-action#884- Improve usage of this action in dependency-review.yml by
@fabasoad
in actions/dependency-review-action#883- Clarify comment-summary-in-pr behaviour by
@Pantelis-Santorinios
in actions/dependency-review-action#902- Prepare 4.6.0 Release candidate by
@brrygrdn
in actions/dependency-review-action#910New Contributors
@AshelyTC
made their first contribution in actions/dependency-review-action#891@ellenfieldn
made their first contribution in actions/dependency-review-action#888@omahs
made their first contribution in actions/dependency-review-action#893@RomanIakovlev
made their first contribution in actions/dependency-review-action#904@ailox
made their first contribution in actions/dependency-review-action#855@fabasoad
made their first contribution in actions/dependency-review-action#884@Pantelis-Santorinios
made their first contribution in actions/dependency-review-action#902@brrygrdn
made their first contribution in actions/dependency-review-action#910Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.5.0...v4.6.0
ce3cf95
Merge pull request #910
from actions/brrygrdn/4.6.0-release-candidate479b697
Prepare 4.6.0aee9590
Merge pull request #902
from Pantelis-Santorinios/patch-1080ada6
Merge pull request #883
from fabasoad/fix/ci430e5f0
Merge pull request #884
from fabasoad/fix/86351699b6
Merge pull request #855
from ailox/ailox/fix/invalid-new-licensesac9b193
Merge pull request #899
from actions/dependabot/npm_and_yarn/octokit/plugin-p...d630451
Pin @octokit/types
version for compatibilityc8dafca
Add dist for @octokit/plugin-paginate-rest
version
bumpbc858b5
Bump @octokit/plugin-paginate-rest
from 9.1.5 to
9.2.2728688d
fix multi-level ParticleToMesh when zero_out_input is false (#4396)82a5031
print number of cells per level in fboxinfo (#4403)dfd1d91
Bug fix for index_assert in Array4 (#4400)0bf41cb
Added bounds checking to GPUable arrays (#4395)9eb588b
Add a way to reuse TagParallelFor Tags (#4348)2ba408e
Update CHANGES for 25.04 (#4399)53c0512
[pre-commit.ci] pre-commit autoupdate, Clang-Format 20 (#1736)67dc826
Fix: Late unique_ptr puts without CLOSE_FILE or ADVANCE operations (#1744)0a7e0a7
working around an unusual encounter when the joined_dim has actual value
"max...6d02d44
Type conversions for Python Series constructor (#1737)acd54b4
Fix double write from unique_ptr in ADIOS2 (#1743)65fa0e9
Fix broken CI: Support for old CMake versions (#1742)Sourced from mkdocs-bibtex's releases.
v4.2.5
Version 4.2.5
Commits
v4.2.4
Version 4.2.4
Commits
Sourced from mkdocs-bibtex's releases.
v4.2.5
Version 4.2.5
Commits
v4.2.4
Version 4.2.4
Commits
7626a3f
Use SingleStreamRegion and NoSyncRegion in MLMG solve (#4355)546cc5e
Force the alignment of SoA and AoS Particles (#4375)eae3e36
Put loop over iter in MLMG smooth (#4352)ae582de
More Guard of GNU extensions (#4385)081b960
ParmParse: Type Hints (#4364)d6ab3a9
Update CMake for Cray compiler (#4379)c35770e
CI: New WarpX Repo (#4368)d11b353
Add option to pass an IndexSpace to InterpFromCoarse (#4369)8668383
update docs for HYPRE installation (#4372)5b19359
Guard the use of GNU extensions (#4374)12e1bb6
Dataset-specific JSON/TOML configuration (#1646)c484088
Attribute preparsing for variable-encoded files in ReadRandomAccess
mode: Sup...dac0a06
Reactivate MPICH runner (gcc13_py312_mpich_h5_ad2) (#1739)f5d2a82
Fix zero-sized storeChunk for Span API in Python (#1738)a258128
CI: Move Ubuntu 20.04 workflows to 22.04 (#1731)56cbe3d
WarpX: Repo Moved (#1733)0672293
Add compile-time check for openPMD/openPMD-api#1720...8b52502
BP5+groupbased: allow only up to 100 steps (#1732)bea91a4
Followup: Bug fixes for random-access in variable encoding (#1730)4e399ea
[pre-commit.ci] pre-commit autoupdate (#1727)28f93bd
docs: Fix link in README5199e0f
Fix a flush issue on libstdc++2f58430
Move buffering tests to os-testd5d32c1
Bazel support: Update platforms to 0.0.11 (#4400)2046612
Improve local_time teste1ab383
Report an error when timezone is not availableb9e0e94
Enable more chrono tests on Windowsa818424
Update changelogf53055e
Revert "Workaround an ABI issue in spdlog"b2dfcb2
Fix local_time test7ac97cb
Enable some local_time tests and make them deterministicSourced from github/codeql-action's releases.
v3.28.13
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.13 - 24 Mar 2025
No user facing changes.
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.13 - 24 Mar 2025
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
... (truncated)
1b549b9
Merge pull request #2819
from github/update-v3.28.13-e0ea1410282630c8
Update changelog for v3.28.13e0ea141
Merge pull request #2818
from github/cklin/empty-pr-diff-rangeb361a91
Diff-informed analysis: fix empty PR handlingbd1d9ab
Merge pull request #2816
from github/cklin/overlay-file-listb98ae6c
Add overlay-database-utils tests9825184
Add getFileOidsUnderPath() testsac67cff
Merge pull request #2817
from github/cklin/default-setup-diff-informed9c674ba
build: refresh js filesd109dd5
Detect PR branches for Default SetupSourced from actions/setup-python's releases.
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesbury
in actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cache
from 4.0.0 to 4.0.3 by@priya-kinthali
in actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwars
in actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeut
in actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.Dependency updates:
- Upgrade
@vercel/ncc
from 0.38.1 to 0.38.3 by@dependabot
in actions/setup-python#1016- Upgrade
@actions/glob
from 0.4.0 to 0.5.0 by@dependabot
in actions/setup-python#1015New Contributors
@colesbury
made their first contribution in actions/setup-python#973@mahabaleshwars
made their first contribution in actions/setup-python#1043Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.5.0
8d9ed9a
Add e2e Testing for free threaded and Bump @action/cache
from 4.0.0 to 4.0.3 ...19e4675
Add support for .tool-versions file in setup-python (#1043)6fd11e1
Bump @actions/glob
from 0.4.0 to 0.5.0 (#1015)9e62be8
Support free threaded Python versions like '3.13t' (#973)6ca8e85
Bump @vercel/ncc
from 0.38.1 to 0.38.3 (#1016)8039c45
fix: install PyPy on Linux ARM64 (#1011)Sourced from actions/upload-artifact's releases.
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by
@salmanmkc
in actions/upload-artifact#685New Contributors
@salmanmkc
made their first contribution in actions/upload-artifact#685Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
ea165f8
Merge pull request #685
from salmanmkc/salmanmkc/3-new-upload-artifacts-release0839620
Prepare for new release of actions/upload-artifact with new toolkit
cache ver...Sourced from github/codeql-action's releases.
v3.28.12
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.12 - 19 Mar 2025
- Dependency caching should now cache more dependencies for Java
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.- Update default CodeQL bundle version to 2.20.7. #2810
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
... (truncated)
5f8171a
Merge pull request #2814
from github/update-v3.28.12-6349095d1bb59f77
Update changelog for v3.28.126349095
Merge pull request #2810
from github/update-bundle/codeql-bundle-v2.20.7d7d03fd
Add changelog note4e3a534
Update default bundle to codeql-bundle-v2.20.755f0237
Merge pull request #2802
from github/mbg/dependency-caching/java-buildless6a151cd
Merge pull request #2811
from github/dependabot/github_actions/actions-c2c311...7866bcd
Manually bump workflow to match autogenerated file611289e
build(deps): bump ruby/setup-ruby in the actions group4c409a5
Remove temporary dependency directory in analyze
post
actionSourced from actions/cache's releases.
v4.2.3
What's Changed
- Update to use
@actions/cache
4.0.3 package & prepare for new release by@salmanmkc
in actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)New Contributors
@salmanmkc
made their first contribution in actions/cache#1577Full Changelog: https://github.com/actions/cache/compare/v4.2.2...v4.2.3
Sourced from actions/cache's changelog.
Releases
4.2.3
- Bump
@actions/cache
to v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cache
to v4.0.24.2.1
- Bump
@actions/cache
to v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check
... (truncated)
5a3ec84
Merge pull request #1577
from salmanmkc/salmanmkc/4-test7de2102
Update releases.md76d40dd
Update to use the latest version of the cache package to obfuscate the
SAS76dd5eb
update cache with main8c80c27
new package45cfd0e
updatesedd449b
updated cache with latest changes0576707
latest test before pr3105dc9
update9450d42
maskSourced from mkdocs-bibtex's releases.
v4.2.3
Version 4.2.3
Commits
- [43c16f26] Minor improvements to pandoc registry (#303)
- [fea4a568] Bump mypy from 1.14.1 to 1.15.0
- [cddff5aa] Bump ruff from 0.9.4 to 0.9.9
43c16f2
Minor improvements to pandoc registry (#303)fea4a56
Bump mypy from 1.14.1 to 1.15.0cddff5a
Bump ruff from 0.9.4 to 0.9.9Sourced from github/codeql-action's releases.
v3.28.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
... (truncated)
6bb031a
Merge pull request #2798
from github/update-v3.28.11-56b25d5d56bca7dd
Update changelog for v3.28.1156b25d5
Merge pull request #2793
from github/update-bundle/codeql-bundle-v2.20.6256aa16
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.6911d845
Merge pull request #2796
from github/nickfyson/adjust-rate-error-string7b7ed63
adjust string for handling rate limit error608ccd6
Merge pull request #2794
from github/update-supported-enterprise-server-versions35d04d3
Update supported GitHub Enterprise Server versionsec3b221
Update supported GitHub Enterprise Server versions8dc01f6
Add changelog noteSourced from mkdocs-bibtex's releases.
v4.2.3
Version 4.2.3
Commits
- [43c16f26] Minor improvements to pandoc registry (#303)
- [fea4a568] Bump mypy from 1.14.1 to 1.15.0
- [cddff5aa] Bump ruff from 0.9.4 to 0.9.9
43c16f2
Minor improvements to pandoc registry (#303)fea4a56
Bump mypy from 1.14.1 to 1.15.0cddff5a
Bump ruff from 0.9.4 to 0.9.9Sourced from mkdocs-bibtex's releases.
v4.2.2
Version 4.2.2
Commits
v4.2.1
Version 4.2.1
Commits
- [c39da111] fixed typo with new option (#300)
- [8e562dcf] update README
v4.2.0
Version 4.2.0
Commits
- [c0bb2bba] Add option to disable inline citations all together (#298)
v4.1.4
Version 4.1.4
Commits
v4.1.3
Version 4.1.3
Commits
- [d4866d4a] only process new blocks (#297)
v4.1.2
Version 4.1.2
Commits
v4.1.1
Version 4.1.1
Commits
- [be7620bb] Fix inline citations capturing emails (#296)
- [91fdfd99] Bump ruff from 0.9.1 to 0.9.4
- [0e51f179] Bump pypandoc from 1.14 to 1.15
- [7d52ebe6] update readme
v4.1.0
Version 4.1.0
... (truncated)
c39da11
fixed typo with new option (#300)8e562dc
update READMEc0bb2bb
Add option to disable inline citations all together (#298)d4866d4
only process new blocks (#297)be7620b
Fix inline citations capturing emails (#296)91fdfd9
Bump ruff from 0.9.1 to 0.9.40e51f17
Bump pypandoc from 1.14 to 1.157d52ebe
update readme17ffee3
Inline References (#291)26da333
FIX: Not invalidating citation blocks with 0 citations (#290)Sourced from actions/cache's releases.
v4.2.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- Bump
@actions/cache
to v4.0.2 by@robherley
in actions/cache#1560Full Changelog: https://github.com/actions/cache/compare/v4.2.1...v4.2.2
Sourced from actions/cache's changelog.
Releases
4.2.2
- Bump
@actions/cache
to v4.0.24.2.1
- Bump
@actions/cache
to v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
... (truncated)
06b4a5b
Make Parser CI less sensitive to roundoff errors (#4321)f3e4bec
FFT: Add raw pointer interfaces (#4345)044d52f
Update SUNDIALS GNUMake (#4344)b8a1a39
Change FFTW rapth flag (#4343)612e7e2
Copy comm flags in make_alike (#4341)bfd1f11
GPU Mapping (#4326)28a1e19
Fix FillRandomNormal for odd number of length (#4338)b364bec
Fix new bug in pure soa communication (#4337)f8d7483
Expose MLCellLinOP::setInterpBndryHalfWidth for non-hypre cases (#4334)fab0411
GMRESMLMG: Support Multi-level composite solve (#4271)05b09dc
namespace and clang-tidy changes (#1745)6922c6e
some style fixes to design docs (#1744)e24f490
split up the NSE docs into subpages (#1741)8c5e060
show example output on the eos_cell docs page (#1739)e438b73
fix typo in sphinx .. index:: (#1740)0bc3a7a
add notes about EOS_DIR, INTEGRATOR_DIR, NETWORK_DIR and index them (#1742)fec2e6d
clean-up and document jac_cell (#1738)3130448
remove duplicate init_species_all_equal in favor of uniform_xn (#1736)dad2c49
document eos_cell.H (#1737)ddaaa11
more work on the docs intro (#1735)577fd3b
Fix TU-local entity exposition error in GCC 15faac8b1
Remove exports in std.h1239137
Update version8c1059b
Update changelog4e5aafb
Bump versiondb30fb3
Update changelog3401ce2
Fix ABI compatibility7f76955
Fix conflict with std::ignore (#4356)251320f
Add .vs folder to .gitignore (#4355)94ab51c
Simplify implementation of operator""_cf
(#4349)ff52a8d
Random-access for variable-based encoding (i.e. use SetStepSelection for
ADIO...a4d66cc
JSON: Selectively suppress unknown key warnings (#1700)d5b42ed
[pre-commit.ci] pre-commit autoupdate (#1714)8cace7e
ADIOS2: Require v2.9 as minimum (#1711)df6cc71
Fix source/documentation CI run (#1719)cb7ffe1
Remove venv Python workarounds in our CI workflows (#1717)d95d3a3
RTD: Fix GA Integration (#1718)Sourced from ossf/scorecard-action's releases.
v2.4.1
What's Changed
- This update bumps the Scorecard version to the v5.1.1 release. For a complete list of changes, please refer to the v5.1.0 and v5.1.1 release notes.
- Publishing results now uses half the API quota as before. The exact savings depends on the repository in question.
- use Scorecard library entrypoint instead of Cobra hooking by
@spencerschrock
in ossf/scorecard-action#1423- Some errors were made into annotations to make them more visible
- Make default branch error more prominent by
@jsoref
in ossf/scorecard-action#1459- There is now an optional
file_mode
input which controls how repository files are fetched from GitHub. The default isarchive
, butgit
produces the most accurate results for repositories with.gitattributes
files at the cost of analysis speed.
- add input for specifying
--file-mode
by@spencerschrock
in ossf/scorecard-action#1509- The underlying container for the action is now hosted on GitHub Container Registry. There should be no functional changes.
- :seedling: publish docker images to GitHub Container Registry by
@spencerschrock
in ossf/scorecard-action#1453Docs
- Installation docs update by
@JeremiahAHoward
in ossf/scorecard-action#1416New Contributors
@JeremiahAHoward
made their first contribution in ossf/scorecard-action#1416@jsoref
made their first contribution in ossf/scorecard-action#1459 Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1
f49aabe
bump docker to ghcr v2.4.1 (#1478)30a595b
:seedling: Bump github.com/sigstore/cosign/v2 from 2.4.2 to 2.4.3 (#1515)69ae593
omit vcs info from build (#1514)6a62a1c
add input for specifying --file-mode
(#1509)2722664
:seedling: Bump the github-actions group with 2 updates (#1510)ae0ef31
:seedling: Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#1512)3676bbc
:seedling: Bump golang from 1.23.6 to 1.24.0 in the docker-images group
(#1513)ae7548a
Limit codeQL push trigger to main branch (#1507)9165624
upgrade scorecard to v5.1.0 (#1508)620fd28
:seedling: Bump the github-actions group with 2 updates (#1505)Sourced from actions/upload-artifact's releases.
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by
@yacaovsnc
in actions/upload-artifact#673Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1
4cec3d8
Merge pull request #673
from actions/yacaovsnc/artifact_2.2.2e9fad96
license cache update for artifactb26fd06
Update to use artifact 2.2.2 packageSourced from github/codeql-action's releases.
v3.28.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
... (truncated)
b56ba49
Merge pull request #2778
from github/update-v3.28.10-9856c48b160c9c77
Update changelog for v3.28.109856c48
Merge pull request #2773
from github/redsun82/rust9572e09
Rust: fix log string1a52936
Rust: special case default setupcf7e909
Merge pull request #2772
from github/update-bundle/codeql-bundle-v2.20.5b7006aa
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.5cfedae7
Rust: throw configuration errors if requested and not correctly
enabled3971ed2
Merge branch 'main' into redsun82/rustd38c6e6
Merge pull request #2775
from github/angelapwen/bump-octokitSourced from actions/cache's releases.
v4.2.1
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- docs: GitHub is spelled incorrectly in caching-strategies.md by
@janco-absa
in actions/cache#1526- docs: Make the "always save prime numbers" example more clear by
@Tobbe
in actions/cache#1525- Update force deletion docs due a recent deprecation by
@sebbalex
in actions/cache#1500- Bump
@actions/cache
to v4.0.1 by@robherley
in actions/cache#1554New Contributors
@janco-absa
made their first contribution in actions/cache#1526@Tobbe
made their first contribution in actions/cache#1525@sebbalex
made their first contribution in actions/cache#1500Full Changelog: https://github.com/actions/cache/compare/v4.2.0...v4.2.1
Sourced from actions/cache's changelog.
Releases
4.2.1
- Bump
@actions/cache
to v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.4.0
- Integrated with the new cache service (v2) APIs
... (truncated)
0c907a7
Merge pull request #1554
from actions/robherley/v4.2.1710893c
bump @actions/cache
to v4.0.19fa7e61
Update force deletion docs due a recent deprecation (#1500)36f1e14
docs: Make the "always save prime numbers" example more clear
(#1525)53aa38c
Correct GitHub Spelling in caching-strategies.md (#1526)Sourced from mkdocs-bibtex's releases.
v4.2.1
Version 4.2.1
Commits
- [c39da111] fixed typo with new option (#300)
- [8e562dcf] update README
v4.2.0
Version 4.2.0
Commits
- [c0bb2bba] Add option to disable inline citations all together (#298)
v4.1.4
Version 4.1.4
Commits
v4.1.3
Version 4.1.3
Commits
- [d4866d4a] only process new blocks (#297)
v4.1.2
Version 4.1.2
Commits
v4.1.1
Version 4.1.1
Commits
- [be7620bb] Fix inline citations capturing emails (#296)
- [91fdfd99] Bump ruff from 0.9.1 to 0.9.4
- [0e51f179] Bump pypandoc from 1.14 to 1.15
- [7d52ebe6] update readme
c39da11
fixed typo with new option (#300)8e562dc
update READMEc0bb2bb
Add option to disable inline citations all together (#298)d4866d4
only process new blocks (#297)be7620b
Fix inline citations capturing emails (#296)91fdfd9
Bump ruff from 0.9.1 to 0.9.40e51f17
Bump pypandoc from 1.14 to 1.157d52ebe
update readmeSourced from mkdocs-bibtex's releases.
v4.2.1
Version 4.2.1
Commits
- [c39da111] fixed typo with new option (#300)
- [8e562dcf] update README
v4.2.0
Version 4.2.0
Commits
- [c0bb2bba] Add option to disable inline citations all together (#298)
v4.1.4
Version 4.1.4
Commits
v4.1.3
Version 4.1.3
Commits
- [d4866d4a] only process new blocks (#297)
v4.1.2
Version 4.1.2
Commits
v4.1.1
Version 4.1.1
Commits
- [be7620bb] Fix inline citations capturing emails (#296)
- [91fdfd99] Bump ruff from 0.9.1 to 0.9.4
- [0e51f179] Bump pypandoc from 1.14 to 1.15
- [7d52ebe6] update readme
c39da11
fixed typo with new option (#300)8e562dc
update READMEc0bb2bb
Add option to disable inline citations all together (#298)d4866d4
only process new blocks (#297)be7620b
Fix inline citations capturing emails (#296)91fdfd9
Bump ruff from 0.9.1 to 0.9.40e51f17
Bump pypandoc from 1.14 to 1.157d52ebe
update readmeSourced from github/codeql-action's releases.
v3.28.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
... (truncated)
9e8d078
Merge pull request #2757
from github/update-v3.28.9-24e1c2d3343d9be6
Update changelog for v3.28.924e1c2d
Merge pull request #2753
from github/update-bundle/codeql-bundle-v2.20.457a08c0
Add changelog note52189d2
Update default bundle to codeql-bundle-v2.20.408bc0cf
Merge pull request #2751
from github/henrymercer/fix-init-post-without-configcf7c687
Send init-post
status report in absence of configad42dbd
Merge pull request #2750
from github/dependabot/npm_and_yarn/npm-768bd9b555a8f5935
Merge pull request #2749
from github/dependabot/github_actions/actions-29d379...9660df3
Update checked-in dependencies69f1ac8
SpMatrix: Add constructor for CSR format (#4316)12d0882
Modify warning messages about number of GPUs (#4315)2f3a8c7
Fix Doxygen with default void std::enable_if_t (#4314)4b34f9c
CUDA On Windows (MSVC) (#4309)0f46a16
Fix includes (#4308)5969353
Fix CMake Compiler Flag Summary: ID Regex Matching (#4272)e214682
Use std::move (#4307)b15bbd3
ParaView: AnyLocation -> Any Location (#4306)bd2d730
Documentation: Fix malformed table (#4305)Sourced from actions/setup-python's releases.
v5.4.0
What's Changed
Enhancements:
- Update cache error message by
@aparnajyothi-y
in actions/setup-python#968- Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 by
@priya-kinthali
in actions/setup-python#985- Configure Dependabot settings by
@HarithaVattikuti
in actions/setup-python#1008Documentation changes:
- Readme update - recommended permissions by
@benwells
in actions/setup-python#1009- Improve Advanced Usage examples by
@lrq3000
in actions/setup-python#645Dependency updates:
- Upgrade
undici
from 5.28.4 to 5.28.5 by@dependabot
in actions/setup-python#1012- Upgrade
urllib3
from 1.25.9 to 1.26.19 in /tests/data by@dependabot
in actions/setup-python#895- Upgrade
actions/publish-immutable-action
from 0.0.3 to 0.0.4 by@dependabot
in actions/setup-python#1014- Upgrade
@actions/http-client
from 2.2.1 to 2.2.3 by@dependabot
in actions/setup-python#1020- Upgrade
requests
from 2.24.0 to 2.32.2 in /tests/data by@dependabot
in actions/setup-python#1019- Upgrade
@actions/cache
to^4.0.0
by@priyagupta108
in actions/setup-python#1007New Contributors
@benwells
made their first contribution in actions/setup-python#1009@HarithaVattikuti
made their first contribution in actions/setup-python#1008@lrq3000
made their first contribution in actions/setup-python#645Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.4.0
4237552
Improve Advanced Usage examples (#645)709bfa5
Bump requests from 2.24.0 to 2.32.2 in /tests/data (#1019)ceb20b2
Bump @actions/http-client
from 2.2.1 to 2.2.3 (#1020)0dc2d2c
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1014)feb9c6e
Bump urllib3 from 1.25.9 to 1.26.19 in /tests/data (#895)d0b4fc4
Bump undici from 5.28.4 to 5.28.5 (#1012)e3dfaac
Configure Dependabot settings (#1008)b8cf3eb
Use the new cache service: upgrade @actions/cache
to
^4.0.0
(#1007)1928ae6
Update README.md (#1009)3fddbee
Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 (#985)Sourced from github/codeql-action's releases.
v3.28.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
See the full CHANGELOG.md for more information.
v3.28.7
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.7 - 29 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
- Don't fail in the unusual case that a file is on the search path. #2660.
3.27.9 - 12 Dec 2024
... (truncated)
dd74661
Merge pull request #2746
from github/update-v3.28.8-a91a3f7673210a3c
Fix Kotlin version in changelog72f9d02
Update changelog for v3.28.8a91a3f7
Merge pull request #2744
from github/igfoo/kot2.1.10c520fb5
Merge pull request #2745
from github/mergeback/v3.28.7-to-main-6e5455903879c57
Add changelog entry0c21937
Run "npm run build"5a61bf0
Kotlin: The 2.20.3 release supports Kotlin 2.1.10.163d119
Update checked-in dependenciesbcf5cec
Update changelog and version after v3.28.7e6628c3
RTD: Sphinx Key (#1715)39f7374
Update README.mdc9267da
Fix typo in FMT_HAS_BUILTIN
check373855c
Clarify difference in FP representation52eeeb5
Make exponent threshold depend on representation (#3649)9cf9f38
Update version4946bdb
Update changelog01a5b56
Fix error of unitialized variable FMT_HEADERScb6fdf2
Restore constraint on map formatter (#4326)f841ae6
Fix #4303:
avoid instantiating formatter<const T> (#4325)a3d05d7
Silence a constexpr warning when compiling with MSVC and /W4 (#4322)41539c2
Workaround a bug in gcc 6 (#4318)Sourced from mkdocs-bibtex's releases.
v4.1.0
Version 4.1.0
Commits
- [17ffee3f] Inline References (#291)
v4.0.2
Version 4.0.2
Commits
17ffee3
Inline References (#291)Sourced from mkdocs-bibtex's releases.
v4.1.0
Version 4.1.0
Commits
- [17ffee3f] Inline References (#291)
v4.0.2
Version 4.0.2
Commits
17ffee3
Inline References (#291)Sourced from github/codeql-action's releases.
v3.28.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
See the full CHANGELOG.md for more information.
v3.28.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.4 - 23 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.3
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
- Don't fail in the unusual case that a file is on the search path. #2660.
3.27.9 - 12 Dec 2024
No user facing changes.
3.27.8 - 12 Dec 2024
- Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. #2624
3.27.7 - 10 Dec 2024
- We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #2631
- Update default CodeQL bundle version to 2.20.0. #2636
3.27.6 - 03 Dec 2024
... (truncated)
f6091c0
Merge pull request #2721
from github/update-v3.28.5-01f001931064af10
Update changelog for v3.28.501f0019
Merge pull request #2717
from github/update-bundle/codeql-bundle-v2.20.3573ad88
Merge pull request #2718
from github/kaeluka/4779-1d7f3976
permissions block in query-filters.yml428975c
Add changelog note208091d
Update default bundle to codeql-bundle-v2.20.37e3036b
Merge pull request #2716
from github/mergeback/v3.28.4-to-main-ee117c90e32a0d6
Update checked-in dependencies67c21e4
Update changelog and version after v3.28.4d4d9214
PC: SoA Name Helpers (#4300)afa9510
Fix Codespell Warnings (#4304)66e83ea
PC: Ensure Uniqueness of SoA Names (#4299)20eb1ab
PC Names: Same Type, Multiple Vars/Instances (#4302)92d35c2
Use bigint in HypreSolver test (#4297)1803a94
Fix new coverity scan warnings (#4295)59fb603
Use PETSc 3.22.2 in CI (#4301)90373e7
CI: Remove ICC/ICPC (Compiler Classic) (#4303)0233b8e
Fix: PC Tile Copy w/ Names (#4298)e6828ed
misspelling in a profiler (#4296)Sourced from actions/checkout's releases.
v4.2.2
What's Changed
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924New Contributors
@Jcambass
made their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
v4.2.0
What's Changed
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
New Contributors
@yasonk
made their first contribution in actions/checkout#1869@lucacome
made their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
v4.1.7
What's Changed
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776New Contributors
@orhantoy
made their first contribution in actions/checkout#1774Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7
v4.1.6
What's Changed
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732- Update for 4.1.6 release by
@cory-miller
in actions/checkout#1733Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6
v4.1.5
What's Changed
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
... (truncated)
11bd719
Prepare 4.2.2 Release (#1953)e3d2460
Expand unit test coverage (#1946)163217d
url-helper.ts
now leverages well-known environment
variables. (#1941)eef6144
Prepare 4.2.1 release (#1925)6b42224
Add workflow file for publishing releases to immutable action package
(#1919)de5a000
Check out other refs/* by commit if provided, fall back to ref (#1924)d632683
Prepare 4.2.0 release (#1878)6d193bf
Bump braces from 3.0.2 to 3.0.3 (#1777)db0cee9
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(#1872)b684943
Add Ref and Commit outputs (#1180)aabe639
Tweak changelogf90090b
Update changelog9ff9c69
Bump version06ad122
Update changelog5f0572a
Workaround a compilation error on gcc 9.4898d438
Fix formatting into std::ostreambuf_iterator using a compiled format (#4312)937b7c5
Add args() accessor back to fmt::format_context (#4310)01914f0
Reduce size of basic_specsc43da35
Workaround an ICE when using modules with gcc 14.2 and earlier8303d14
Update versionSourced from github/codeql-action's releases.
v3.28.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.2 - 21 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
- Don't fail in the unusual case that a file is on the search path. #2660.
3.27.9 - 12 Dec 2024
No user facing changes.
3.27.8 - 12 Dec 2024
- Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. #2624
3.27.7 - 10 Dec 2024
- We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #2631
- Update default CodeQL bundle version to 2.20.0. #2636
3.27.6 - 03 Dec 2024
- Update default CodeQL bundle version to 2.19.4. #2626
3.27.5 - 19 Nov 2024
No user facing changes.
3.27.4 - 14 Nov 2024
No user facing changes.
3.27.3 - 12 Nov 2024
No user facing changes.
... (truncated)
d68b2d4
Merge pull request #2708
from github/update-v3.28.2-d90e07f32ea23796
Update changelog for v3.28.2d90e07f
Merge pull request #2703
from github/dependabot/npm_and_yarn/npm-cd3f77644b7b7562b
Update checked-in dependenciesc168638
build(deps): bump the npm group with 3 updates0f1559a
Merge pull request #2699
from github/cklin/diff-informed-file-fallback2d608a3
Merge branch 'main' into cklin/diff-informed-file-fallback94f08f3
Merge pull request #2698
from github/cklin/diff-informed-status-report071996f
getDiffRanges: better fallback for absent patch5889cfd
Add analysis_is_diff_informed to status reportSourced from mkdocs-bibtex's releases.
v4.0.1
Version 4.0.1
Commits
- [26da3338] FIX: Not invalidating citation blocks with 0 citations (#290)
v4.0.0
Version 4.0.0
Commits
v3.0.0
Version 3.0.0
Commits
- [fddf1c20] Refactor for easier updating (#285)
v2.21.0
Version 2.21.0
Commits
v2.20.0
Version 2.20.0
Commits
v2.19.0
Version 2.19.0
Commits
v2.18.0
Version 2.18.0
Commits
v2.17.0
Version 2.17.0
Commits
- [dd0695f5] Zotero pagination (#288)
- [632ad7aa] remove branching for unsupported python versions
- [b14bf151] Bump validators from 0.20.0 to 0.34.0
- [acef152e] Bump pytest-cov from 4.1.0 to 6.0.0
- [e90c2e7c] Bump mkdocs from 1.5.3 to 1.6.1
- [ceeb742b] Bump requests from 2.31.0 to 2.32.3
... (truncated)
26da333
FIX: Not invalidating citation blocks with 0 citations (#290)fddf1c2
Refactor for easier updating (#285)dd0695f
Zotero pagination (#288)632ad7a
remove branching for unsupported python versionsb14bf15
Bump validators from 0.20.0 to 0.34.0acef152
Bump pytest-cov from 4.1.0 to 6.0.0e90c2e7
Bump mkdocs from 1.5.3 to 1.6.1ceeb742
Bump requests from 2.31.0 to 2.32.3ce96543
Bump pytest from 7.4.4 to 8.3.49cea87c
Bump ruff from 0.4.7 to 0.9.1 (#284)d8849ba
Merge pull request #151
from BenWibking/delete-exe28c7277
Merge branch 'main' into delete-exe6e28c54
Merge pull request #149
from BenWibking/update-submoduleseebd3e3
Merge branch 'main' into update-submodules9d33cdd
Merge branch 'main' into delete-exe3387dbd
add option to delete executable if test passesb735d41
fix buge09d992
add log message691854b
add option to update git submodulescba71d3
update submodules when doing git fetchSourced from SonarSource/sonarcloud-github-c-cpp's releases.
v3.2.0
[!WARNING] This new version of the GitHub action for C, C++, and Objective-C with SonarQube Cloud (
sonarcloud-github-c-cpp
) is going to be the last one specifically designed for these languages.This action is deprecated and will be removed in a future release.
Please use the
sonarqube-scan-action
and itsinstall-build-wrapper
sub-action instead.More specifically, if the action is used to install both the SonarScanner CLI and the Build Wrapper:
- replace
sonarcloud-github-c-cpp
with the latest version ofSonarSource/sonarqube-scan-action/install-build-wrapper
- if the step calling the action is named
Install sonar-scanner and build-wrapper
, or something similar, rename it toInstall Build Wrapper
- replace the step calling
sonar-scanner
with a step usingSonarSource/sonarqube-scan-action
- the arguments passed to
sonar-scanner
should be passed to the action via theargs
input parameterIf the action is used to install the SonarScanner CLI, and the Build Wrapper is not required:
- remove the
sonarcloud-github-c-cpp
step altogether- replace the step calling
sonar-scanner
with a step usingSonarSource/sonarqube-scan-action
- the arguments passed to
sonar-scanner
should be passed to the action via theargs
input parameterCheck the C++ section in the README of the
sonarqube-scan-action
for complete examples.What's Changed
- SCCPPGHA-9 Upgrade all recommended GitHub Action versions by
@7PH
in SonarSource/sonarcloud-github-c-cpp#61- SCCPPGHA-13 Add Jira integration by
@pavel-mikula-sonarsource
in SonarSource/sonarcloud-github-c-cpp#62- SCCPPGHA-10 Rebrand and forward to the C and C++ action for SQS by
@antonioaversa
in SonarSource/sonarcloud-github-c-cpp#64- SCCPPGHA-16 Deprecate in favor of sonarqube-scan-action by
@antonioaversa
in SonarSource/sonarcloud-github-c-cpp#66- SCCPPGHA-21 Change title back to SonarCloud Scan for C and C++ by
@antonioaversa
in SonarSource/sonarcloud-github-c-cpp#65New Contributors
@7PH
made their first contribution in SonarSource/sonarcloud-github-c-cpp#61@pavel-mikula-sonarsource
made their first contribution in SonarSource/sonarcloud-github-c-cpp#62@antonioaversa
made their first contribution in SonarSource/sonarcloud-github-c-cpp#64Full Changelog: https://github.com/SonarSource/sonarcloud-github-c-cpp/compare/v3.1.0...v3.2.0
44cc4d3
SCCPPGHA-21 Change title back to SonarCloud Scan for C and C++ (#65)211a45f
SCCPPGHA-16 Deprecate in favor of sonarqube-scan-action (#66)166e6d6
SCCPPGHA-10 Rebrand and forward to the C and C++ action for SQS (#64)0aed737
Add Jira integration754f54f
SCCPPGHA-9 Upgrade all recommended GitHub Action versions (#61)Sourced from mkdocs-bibtex's releases.
v4.0.1
Version 4.0.1
Commits
- [26da3338] FIX: Not invalidating citation blocks with 0 citations (#290)
v4.0.0
Version 4.0.0
Commits
v3.0.0
Version 3.0.0
Commits
- [fddf1c20] Refactor for easier updating (#285)
v2.21.0
Version 2.21.0
Commits
v2.20.0
Version 2.20.0
Commits
v2.19.0
Version 2.19.0
Commits
v2.18.0
Version 2.18.0
Commits
v2.17.0
Version 2.17.0
Commits
- [dd0695f5] Zotero pagination (#288)
- [632ad7aa] remove branching for unsupported python versions
- [b14bf151] Bump validators from 0.20.0 to 0.34.0
- [acef152e] Bump pytest-cov from 4.1.0 to 6.0.0
- [e90c2e7c] Bump mkdocs from 1.5.3 to 1.6.1
- [ceeb742b] Bump requests from 2.31.0 to 2.32.3
... (truncated)
26da333
FIX: Not invalidating citation blocks with 0 citations (#290)fddf1c2
Refactor for easier updating (#285)dd0695f
Zotero pagination (#288)632ad7a
remove branching for unsupported python versionsb14bf15
Bump validators from 0.20.0 to 0.34.0acef152
Bump pytest-cov from 4.1.0 to 6.0.0e90c2e7
Bump mkdocs from 1.5.3 to 1.6.1ceeb742
Bump requests from 2.31.0 to 2.32.3ce96543
Bump pytest from 7.4.4 to 8.3.49cea87c
Bump ruff from 0.4.7 to 0.9.1 (#284)b3f6738
Make FFT safe for slabs (#4268)bdb4be3
Fix sumToLine for multiple components (#4266)7111355
Fix WarpX CI (#4267)3fcfcce
Add version of PC::Checkpoint that allows toggling off certain
components. (#...9643da4
Use async sends in particle communication (#4257)8024e3a
Fix OMP bug in #4238
(#4260)50e25ec
AMReX Algebra: AlgVector and SpMatrix (#4259)96db0a6
EBData: New class containing Array4's for all EB data (#4238)6aa80df
FFT::OpenBCSolver: Fix batch mode (#4255)2f10b41
use abs for spherical 2d area (#4256)2e246cc
JSON/TOML backend: introduce abbreviated IO modes (#1493)c639257
TOUCH IOTask: Avoid setting files as dirty in non-write modes (#1704)b8ce8a0
Unify Random-Access API and Streaming API into Series::snapshots() (#1592)77a55a3
HDF5: Delete and re-create attribute when overwriting with diff. type
(#1697)1bd63c7
Properly check for empty HDF5_VERSION in CMake (#1702)bb45720
Upgrade appleclang14 build to MacOS 13 (#1703)1628567
Conda: Pin HDF5 to 1.14.1 in CI workflow (#1701)73ef006
Avoid including <iostream> in library code7470c2d
emitter: Support std::string_view8a9a7b7
Update CONTRIBUTING.mdd45c4fb
Update README.md61db897
Exclude ubuntu/C++ 11/googletest system from the test matrix since it
doesn't...7def204
Fix bazel build, and commit module lock file.1da813f
ensuring local tags are retained after loading a node + testf878043
Don't install embedded copy of GTeste3ddede
Update versione9ec4fd
Bump versionfeb7212
Readd FMT_NO_UNIQUE_ADDRESS8d517e5
Update changelog563fc74
Update changelog3e04222
Restore ABI compatibility with 11.0.2853df39
Mention compile-time formatting11742a0
Clarify that format_string should be used instead of fstringda24fac
Document fstring5fa4bdd
Define CMake components to allow docs to be installed separately (#4276)