Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps actions/checkout from 5.0.1 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2026
kdudka added a commit that referenced this pull request Feb 3, 2026
... to avoid a crash while unwinding the `std::runtime_error` exception:
```
Program received signal SIGABRT, Aborted.
__pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
44            return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
(gdb) bt
  #0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
  #1  0x00007ffff7a61a53 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89
  #2  0x00007ffff7a0634e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
  #3  0x00007ffff79ed7b3 in __GI_abort () at abort.c:77
  #4  0x00007ffff7983a7a in _Unwind_SetGR (context=context@entry=0x7fffffffb9e0, index=index@entry=0, val=val@entry=50516944) at ../../../libgcc/unwind-dw2.c:280
  #5  0x00007ffff79a635d in __gcc_personality_v0 (version=<optimized out>, actions=<optimized out>, exception_class=<optimized out>, ue_header=0x302d3d0, context=0x7fffffffb9e0) at ../../../libgcc/unwind-c.c:231
  #6  0x0000000001e415e3 in _Unwind_RaiseException_Phase2 (exc=exc@entry=0x302d3d0, context=context@entry=0x7fffffffb9e0, frames_p=frames_p@entry=0x7fffffffbad0) at ../../../libgcc/unwind.inc:64
  #7  0x0000000001e41e98 in _Unwind_RaiseException (exc=0x302d3d0) at ../../../libgcc/unwind.inc:136
  #8  0x0000000001e27d9b in __cxxabiv1::__cxa_throw (obj=<optimized out>, tinfo=0x2baaa58 <typeinfo for std::runtime_error>, dest=0x1e28220 <std::runtime_error::~runtime_error()>) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:93
  #9  0x00007fffe95279bf in SymExecCore::handleLabel (this=0x7fffffffbf90, insn=...) at /home/kdudka/rpmbuild/BUILD/predator-0.1.0.20260102.104932.ga3600350-build/predator-0.1.0.20260102.104932.ga3600350/sl/symproc.cc:2971
```

Related: #120
@kdudka kdudka self-assigned this Feb 3, 2026
kdudka and others added 2 commits February 3, 2026 23:18
... to avoid a crash while unwinding the `std::runtime_error` exception:
```
Program received signal SIGABRT, Aborted.
__pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
44            return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
(gdb) bt
  #0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
  #1  0x00007ffff7a61a53 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89
  #2  0x00007ffff7a0634e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
  #3  0x00007ffff79ed7b3 in __GI_abort () at abort.c:77
  #4  0x00007ffff7983a7a in _Unwind_SetGR (context=context@entry=0x7fffffffb9e0, index=index@entry=0, val=val@entry=50516944) at ../../../libgcc/unwind-dw2.c:280
  #5  0x00007ffff79a635d in __gcc_personality_v0 (version=<optimized out>, actions=<optimized out>, exception_class=<optimized out>, ue_header=0x302d3d0, context=0x7fffffffb9e0) at ../../../libgcc/unwind-c.c:231
  #6  0x0000000001e415e3 in _Unwind_RaiseException_Phase2 (exc=exc@entry=0x302d3d0, context=context@entry=0x7fffffffb9e0, frames_p=frames_p@entry=0x7fffffffbad0) at ../../../libgcc/unwind.inc:64
  #7  0x0000000001e41e98 in _Unwind_RaiseException (exc=0x302d3d0) at ../../../libgcc/unwind.inc:136
  #8  0x0000000001e27d9b in __cxxabiv1::__cxa_throw (obj=<optimized out>, tinfo=0x2baaa58 <typeinfo for std::runtime_error>, dest=0x1e28220 <std::runtime_error::~runtime_error()>) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:93
  #9  0x00007fffe95279bf in SymExecCore::handleLabel (this=0x7fffffffbf90, insn=...) at /home/kdudka/rpmbuild/BUILD/predator-0.1.0.20260102.104932.ga3600350-build/predator-0.1.0.20260102.104932.ga3600350/sl/symproc.cc:2971
```

Related: #120
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v5.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@kdudka kdudka force-pushed the dependabot/github_actions/actions/checkout-6.0.2 branch from 763f76c to 12daf10 Compare February 3, 2026 22:18
@kdudka kdudka merged commit 12daf10 into master Feb 4, 2026
26 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/checkout-6.0.2 branch February 4, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant