-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: lifting-bits/sleigh
base: v11.1.2
head repository: lifting-bits/sleigh
compare: master
- 13 commits
- 18 files changed
- 4 contributors
Commits on Oct 30, 2024
-
Update Ghidra HEAD to commit fd1a448bf (#290)
Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/Makefile M Ghidra/Features/Decompiler/src/decompile/cpp/architecture.cc M Ghidra/Features/Decompiler/src/decompile/cpp/architecture.hh M Ghidra/Features/Decompiler/src/decompile/cpp/block.cc M Ghidra/Features/Decompiler/src/decompile/cpp/block.hh A Ghidra/Features/Decompiler/src/decompile/cpp/constseq.cc A Ghidra/Features/Decompiler/src/decompile/cpp/constseq.hh M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh M Ghidra/Features/Decompiler/src/decompile/cpp/database.cc M Ghidra/Features/Decompiler/src/decompile/cpp/database.hh M Ghidra/Features/Decompiler/src/decompile/cpp/double.cc M Ghidra/Features/Decompiler/src/decompile/cpp/double.hh M Ghidra/Features/Decompiler/src/decompile/cpp/float.cc M Ghidra/Features/Decompiler/src/decompile/cpp/float.hh M Ghidra/Features/Decompiler/src/decompile/cpp/flow.cc M Ghidra/Features/Decompiler/src/decompile/cpp/fspec.cc M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.cc M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.hh M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata_block.cc M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata_varnode.cc M Ghidra/Features/Decompiler/src/decompile/cpp/ghidra_arch.cc M Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.cc M Ghidra/Features/Decompiler/src/decompile/cpp/merge.cc M Ghidra/Features/Decompiler/src/decompile/cpp/op.cc M Ghidra/Features/Decompiler/src/decompile/cpp/op.hh M Ghidra/Features/Decompiler/src/decompile/cpp/printc.cc M Ghidra/Features/Decompiler/src/decompile/cpp/printc.hh M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.hh M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh_arch.cc M Ghidra/Features/Decompiler/src/decompile/cpp/sleigh_arch.hh M Ghidra/Features/Decompiler/src/decompile/cpp/sleighbase.cc M Ghidra/Features/Decompiler/src/decompile/cpp/space.cc M Ghidra/Features/Decompiler/src/decompile/cpp/stringmanage.cc M Ghidra/Features/Decompiler/src/decompile/cpp/stringmanage.hh M Ghidra/Features/Decompiler/src/decompile/cpp/subflow.cc M Ghidra/Features/Decompiler/src/decompile/cpp/subflow.hh M Ghidra/Features/Decompiler/src/decompile/cpp/testfunction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/transform.cc M Ghidra/Features/Decompiler/src/decompile/cpp/transform.hh M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.hh M Ghidra/Features/Decompiler/src/decompile/cpp/typeop.cc M Ghidra/Features/Decompiler/src/decompile/cpp/typeop.hh M Ghidra/Features/Decompiler/src/decompile/cpp/userop.cc M Ghidra/Features/Decompiler/src/decompile/cpp/userop.hh M Ghidra/Features/Decompiler/src/decompile/cpp/variable.cc M Ghidra/Features/Decompiler/src/decompile/cpp/variable.hh M Ghidra/Features/Decompiler/src/decompile/cpp/varmap.cc M Ghidra/Features/Decompiler/src/decompile/cpp/varmap.hh A Ghidra/Features/Decompiler/src/decompile/datatests/doublemove.xml A Ghidra/Features/Decompiler/src/decompile/datatests/floatcast.xml A Ghidra/Features/Decompiler/src/decompile/datatests/floatconv.xml M Ghidra/Features/Decompiler/src/decompile/datatests/floatprint.xml A Ghidra/Features/Decompiler/src/decompile/datatests/heapstring.xml A Ghidra/Features/Decompiler/src/decompile/datatests/orcompare.xml A Ghidra/Features/Decompiler/src/decompile/datatests/stackstring.xml M Ghidra/Features/Decompiler/src/decompile/unittests/testfloatemu.cc M Ghidra/Processors/68000/data/languages/68000.sinc M Ghidra/Processors/8051/certification.manifest A Ghidra/Processors/8051/data/languages/8051.opinion M Ghidra/Processors/AARCH64/data/languages/AARCH64_win.cspec M Ghidra/Processors/AARCH64/src/main/java/ghidra/app/util/bin/format/elf/relocation/AARCH64_ElfRelocationHandler.java M Ghidra/Processors/ARM/data/languages/ARM.dwarf M Ghidra/Processors/ARM/data/languages/ARMneon.dwarf M Ghidra/Processors/ARM/data/languages/ARMneon.sinc M Ghidra/Processors/ARM/data/languages/ARMv8.sinc M Ghidra/Processors/ARM/src/main/java/ghidra/app/util/bin/format/elf/relocation/ARM_ElfRelocationHandler.java M Ghidra/Processors/Atmel/ghidra_scripts/CreateAVR8GDTArchiveScript.java M Ghidra/Processors/Atmel/src/main/java/ghidra/app/util/bin/format/elf/relocation/AVR32_ElfRelocationHandler.java M Ghidra/Processors/Atmel/src/main/java/ghidra/app/util/bin/format/elf/relocation/AVR8_ElfRelocationHandler.java M Ghidra/Processors/Loongarch/src/main/java/ghidra/app/util/bin/format/elf/relocation/Loongarch_ElfRelocationHandler.java A Ghidra/Processors/M16C/Module.manifest A Ghidra/Processors/M16C/build.gradle A Ghidra/Processors/M16C/certification.manifest A Ghidra/Processors/M16C/data/languages/M16C_60.cspec A Ghidra/Processors/M16C/data/languages/M16C_60.ldefs A Ghidra/Processors/M16C/data/languages/M16C_60.pspec A Ghidra/Processors/M16C/data/languages/M16C_60.slaspec A Ghidra/Processors/M16C/data/languages/M16C_80.cspec A Ghidra/Processors/M16C/data/languages/M16C_80.ldefs A Ghidra/Processors/M16C/data/languages/M16C_80.pspec A Ghidra/Processors/M16C/data/languages/M16C_80.slaspec A Ghidra/Processors/M16C/data/manuals/M16C_60.idx A Ghidra/Processors/M16C/data/manuals/M16C_80.idx M Ghidra/Processors/MIPS/data/languages/MIPS.opinion M Ghidra/Processors/MIPS/src/main/java/ghidra/app/util/bin/format/elf/relocation/MIPS_ElfRelocationHandler.java M Ghidra/Processors/PIC/data/languages/pic16.ldefs M Ghidra/Processors/PIC/data/languages/pic16.pspec M Ghidra/Processors/PIC/data/languages/pic16.sinc M Ghidra/Processors/PIC/data/languages/pic16_instructions.sinc M Ghidra/Processors/PIC/data/languages/pic16f.pspec M Ghidra/Processors/PIC/src/main/java/ghidra/app/plugin/core/analysis/Pic16Analyzer.java M Ghidra/Processors/PIC/src/main/java/ghidra/app/util/bin/format/elf/relocation/PIC30_ElfRelocationHandler.java M Ghidra/Processors/PowerPC/data/languages/SPE_APU.sinc M Ghidra/Processors/PowerPC/data/languages/evx.sinc M Ghidra/Processors/PowerPC/data/languages/ppc.ldefs M Ghidra/Processors/PowerPC/data/languages/ppc_32.pspec M Ghidra/Processors/PowerPC/data/languages/ppc_32_mpc8270.pspec M Ghidra/Processors/PowerPC/data/languages/ppc_64.pspec M Ghidra/Processors/PowerPC/src/main/java/ghidra/app/util/bin/format/elf/relocation/PowerPC64_ElfRelocationHandler.java M Ghidra/Processors/PowerPC/src/main/java/ghidra/app/util/bin/format/elf/relocation/PowerPC_ElfRelocationHandler.java M Ghidra/Processors/RISCV/src/main/java/ghidra/app/util/bin/format/elf/relocation/RISCV_ElfRelocationHandler.java M Ghidra/Processors/Sparc/certification.manifest M Ghidra/Processors/Sparc/data/languages/SparcV9.ldefs M Ghidra/Processors/Sparc/data/languages/SparcV9.sinc M Ghidra/Processors/Sparc/data/languages/SparcV9_32.cspec M Ghidra/Processors/Sparc/data/languages/SparcV9_64.cspec M Ghidra/Processors/Sparc/data/patterns/SPARC_patterns.xml M Ghidra/Processors/Sparc/src/main/java/ghidra/app/plugin/core/analysis/SparcAnalyzer.java A Ghidra/Processors/Sparc/src/main/java/ghidra/app/plugin/core/analysis/SparcEarlyAddressAnalyzer.java A Ghidra/Processors/Sparc/src/main/java/ghidra/app/util/bin/format/elf/relocation/SPARC64_ElfRelocationHandler.java M Ghidra/Processors/Sparc/src/main/java/ghidra/app/util/bin/format/elf/relocation/SPARC_ElfRelocationHandler.java M Ghidra/Processors/Sparc/src/main/java/ghidra/app/util/bin/format/elf/relocation/SPARC_ElfRelocationType.java M Ghidra/Processors/SuperH4/src/main/java/ghidra/app/util/bin/format/elf/relocation/SH_ElfRelocationHandler.java M Ghidra/Processors/TI_MSP430/src/main/java/ghidra/app/util/bin/format/elf/relocation/MSP430X_ElfRelocationHandler.java M Ghidra/Processors/TI_MSP430/src/main/java/ghidra/app/util/bin/format/elf/relocation/MSP430_ElfRelocationHandler.java M Ghidra/Processors/Xtensa/src/main/java/ghidra/app/util/bin/format/elf/relocation/Xtensa_ElfRelocationHandler.java D Ghidra/Processors/eBPF/src/main/java/ghidra/app/plugin/core/analysis/eBPFAnalyzer.java A Ghidra/Processors/eBPF/src/main/java/ghidra/app/plugin/core/analysis/eBPFHelperDataTypes.java A Ghidra/Processors/eBPF/src/main/java/ghidra/app/plugin/core/analysis/eBPFSyscallAnalyzer.java M Ghidra/Processors/eBPF/src/main/java/ghidra/app/util/bin/format/elf/relocation/eBPF_ElfRelocationHandler.java M Ghidra/Processors/tricore/src/main/java/ghidra/app/util/bin/format/elf/relocation/Tricore_ElfRelocationHandler.java M Ghidra/Processors/x86/data/languages/avx.sinc M Ghidra/Processors/x86/data/languages/avx2.sinc M Ghidra/Processors/x86/data/languages/ia.sinc M Ghidra/Processors/x86/data/languages/lockable.sinc M Ghidra/Processors/x86/data/languages/x86-64.pspec M Ghidra/Processors/x86/data/languages/x86.ldefs M Ghidra/Processors/x86/data/languages/x86.pspec M Ghidra/Processors/x86/src/main/java/ghidra/app/util/bin/format/elf/relocation/X86_32_ElfRelocationHandler.java M Ghidra/Processors/x86/src/main/java/ghidra/app/util/bin/format/elf/relocation/X86_64_ElfRelocationContext.java M Ghidra/Processors/x86/src/main/java/ghidra/app/util/bin/format/elf/relocation/X86_64_ElfRelocationHandler.java ``` * Ignore double floating point test due to errors on mac and Windows * Reformat patches --------- Co-authored-by: Eric Kilmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4a5f43 - Browse repository at this point
Copy the full SHA e4a5f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e124c - Browse repository at this point
Copy the full SHA 45e124cView commit details -
Update Ghidra HEAD to commit 7ddd8665b (#294)
Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/cover.cc M Ghidra/Features/Decompiler/src/decompile/cpp/cpool.cc M Ghidra/Features/Decompiler/src/decompile/cpp/double.cc M Ghidra/Features/Decompiler/src/decompile/cpp/filemanage.cc M Ghidra/Features/Decompiler/src/decompile/cpp/flow.cc M Ghidra/Features/Decompiler/src/decompile/cpp/fspec.cc M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.cc M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.hh M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata_block.cc M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata_varnode.cc M Ghidra/Features/Decompiler/src/decompile/cpp/grammar.cc M Ghidra/Features/Decompiler/src/decompile/cpp/grammar.y M Ghidra/Features/Decompiler/src/decompile/cpp/heritage.cc M Ghidra/Features/Decompiler/src/decompile/cpp/heritage.hh M Ghidra/Features/Decompiler/src/decompile/cpp/ifacedecomp.cc M Ghidra/Features/Decompiler/src/decompile/cpp/ifacedecomp.hh M Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.cc M Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.hh M Ghidra/Features/Decompiler/src/decompile/cpp/merge.cc M Ghidra/Features/Decompiler/src/decompile/cpp/merge.hh M Ghidra/Features/Decompiler/src/decompile/cpp/op.cc M Ghidra/Features/Decompiler/src/decompile/cpp/op.hh M Ghidra/Features/Decompiler/src/decompile/cpp/paramid.cc M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/test.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.hh M Ghidra/Features/Decompiler/src/decompile/cpp/typeop.cc M Ghidra/Features/Decompiler/src/decompile/cpp/types.h M Ghidra/Features/Decompiler/src/decompile/cpp/variable.cc A Ghidra/Features/Decompiler/src/decompile/datatests/revisit.xml A Ghidra/Features/Decompiler/src/decompile/datatests/switchloop.xml A Ghidra/Features/Decompiler/src/decompile/datatests/switchmulti.xml M Ghidra/Processors/ARM/src/test.processors/java/ghidra/test/processors/ARM_v8m_O0_EmulatorTest.java M Ghidra/Processors/ARM/src/test.processors/java/ghidra/test/processors/ARM_v8m_O3_EmulatorTest.java ``` --------- Co-authored-by: Eric Kilmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3a84c5 - Browse repository at this point
Copy the full SHA c3a84c5View commit details -
build(deps): bump peter-evans/create-pull-request from 6 to 7 (#287)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Kilmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bb6cfe - Browse repository at this point
Copy the full SHA 2bb6cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d6587 - Browse repository at this point
Copy the full SHA 39d6587View commit details -
Fix floating point test and allow positive or negative NAN
Apple Silicon mac reports positive NAN instead of negative NAN, so allow both using a regex
Configuration menu - View commit details
-
Copy full SHA for ae03ceb - Browse repository at this point
Copy the full SHA ae03cebView commit details
Commits on Nov 1, 2024
-
build(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#298)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.0.8...v2.0.9) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8ce644 - Browse repository at this point
Copy the full SHA d8ce644View commit details
Commits on Nov 4, 2024
-
Update Ghidra HEAD to commit ffaa97cbd (#299)
* Remove index-check patch merged in upstream Changed files: ``` M Ghidra/Features/Decompiler/src/decompile/cpp/block.cc M Ghidra/Features/Decompiler/src/decompile/cpp/block.hh M Ghidra/Features/Decompiler/src/decompile/cpp/blockaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/constseq.cc M Ghidra/Features/Decompiler/src/decompile/cpp/constseq.hh M Ghidra/Features/Decompiler/src/decompile/cpp/flow.cc M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.hh M Ghidra/Features/Decompiler/src/decompile/cpp/funcdata_op.cc M Ghidra/Features/Decompiler/src/decompile/cpp/ifacedecomp.cc M Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc M Ghidra/Features/Decompiler/src/decompile/cpp/subflow.cc M Ghidra/Features/Decompiler/src/decompile/cpp/subflow.hh M Ghidra/Features/Decompiler/src/decompile/cpp/type.cc M Ghidra/Features/Decompiler/src/decompile/cpp/type.hh M Ghidra/Features/Decompiler/src/decompile/cpp/typeop.cc M Ghidra/Features/Decompiler/src/decompile/cpp/typeop.hh A Ghidra/Features/Decompiler/src/decompile/datatests/inline.xml ``` --------- Co-authored-by: Eric Kilmer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84a582a - Browse repository at this point
Copy the full SHA 84a582aView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c5929b - Browse repository at this point
Copy the full SHA 0c5929bView commit details
Commits on Nov 11, 2024
-
Update Ghidra HEAD to commit 30ef757d8 (#301)
Bump Ghidra HEAD commit 30ef757d8 Changed files: ``` A Ghidra/Processors/6502/README.md M Ghidra/Processors/6502/certification.manifest A Ghidra/Processors/68000/README.md M Ghidra/Processors/68000/certification.manifest A Ghidra/Processors/8048/README.md M Ghidra/Processors/8048/certification.manifest A Ghidra/Processors/8051/README.md M Ghidra/Processors/8051/certification.manifest A Ghidra/Processors/8085/README.md M Ghidra/Processors/8085/certification.manifest A Ghidra/Processors/AARCH64/README.md M Ghidra/Processors/AARCH64/certification.manifest A Ghidra/Processors/ARM/README.md M Ghidra/Processors/ARM/certification.manifest A Ghidra/Processors/Atmel/README.md M Ghidra/Processors/Atmel/certification.manifest A Ghidra/Processors/BPF/README.md M Ghidra/Processors/BPF/certification.manifest A Ghidra/Processors/CP1600/README.md M Ghidra/Processors/CP1600/certification.manifest A Ghidra/Processors/CR16/README.md M Ghidra/Processors/CR16/certification.manifest A Ghidra/Processors/DATA/README.md M Ghidra/Processors/DATA/certification.manifest A Ghidra/Processors/Dalvik/README.md M Ghidra/Processors/Dalvik/certification.manifest A Ghidra/Processors/HCS08/README.md M Ghidra/Processors/HCS08/certification.manifest A Ghidra/Processors/HCS12/README.md M Ghidra/Processors/HCS12/certification.manifest A Ghidra/Processors/JVM/README.md M Ghidra/Processors/JVM/certification.manifest A Ghidra/Processors/Loongarch/README.md M Ghidra/Processors/Loongarch/certification.manifest A Ghidra/Processors/M16C/README.md M Ghidra/Processors/M16C/certification.manifest A Ghidra/Processors/M8C/README.md M Ghidra/Processors/M8C/certification.manifest A Ghidra/Processors/MC6800/README.md M Ghidra/Processors/MC6800/certification.manifest A Ghidra/Processors/MCS96/README.md M Ghidra/Processors/MCS96/certification.manifest A Ghidra/Processors/MIPS/README.md M Ghidra/Processors/MIPS/certification.manifest A Ghidra/Processors/PA-RISC/README.md M Ghidra/Processors/PA-RISC/certification.manifest A Ghidra/Processors/PIC/README.md M Ghidra/Processors/PIC/certification.manifest A Ghidra/Processors/PowerPC/README.md M Ghidra/Processors/PowerPC/certification.manifest A Ghidra/Processors/RISCV/README.md M Ghidra/Processors/RISCV/certification.manifest A Ghidra/Processors/Sparc/README.md M Ghidra/Processors/Sparc/certification.manifest A Ghidra/Processors/SuperH/README.md M Ghidra/Processors/SuperH/certification.manifest A Ghidra/Processors/SuperH4/README.md M Ghidra/Processors/SuperH4/certification.manifest A Ghidra/Processors/TI_MSP430/README.md M Ghidra/Processors/TI_MSP430/certification.manifest A Ghidra/Processors/Toy/README.md M Ghidra/Processors/Toy/certification.manifest A Ghidra/Processors/V850/README.md M Ghidra/Processors/V850/certification.manifest A Ghidra/Processors/Xtensa/README.md M Ghidra/Processors/Xtensa/certification.manifest A Ghidra/Processors/Z80/README.md M Ghidra/Processors/Z80/certification.manifest A Ghidra/Processors/eBPF/README.md M Ghidra/Processors/eBPF/certification.manifest A Ghidra/Processors/tricore/README.md M Ghidra/Processors/tricore/certification.manifest A Ghidra/Processors/x86/README.md M Ghidra/Processors/x86/certification.manifest ``` Co-authored-by: pgoodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39f0873 - Browse repository at this point
Copy the full SHA 39f0873View commit details
Commits on Nov 12, 2024
-
build(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0 (#302)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.9 to 2.1.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.0.9...v2.1.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6db8a80 - Browse repository at this point
Copy the full SHA 6db8a80View commit details
Commits on Dec 11, 2024
-
build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 (#305)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4519d75 - Browse repository at this point
Copy the full SHA 4519d75View commit details
Commits on Jan 8, 2025
-
build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1 (#306)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 364b5e4 - Browse repository at this point
Copy the full SHA 364b5e4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v11.1.2...master