[depSync] Dependency Update: @actions/github #32
Triggered via issue
March 19, 2026 16:23
Status
Success
Total duration
2m 51s
Artifacts
–
depsync-test.yml
on: issue_comment
Run depSync Analysis
2m 47s
Annotations
1 error and 1 warning
|
Run depSync Analysis
❌ Failed /fix flow: Jules session sessions/14501343565356928387 failed: Jules encountered an error when cloning the repo.
```+ sudo rm -rf /app
+ sudo mkdir /app
+ sudo chown 1001 /app
+ setup_git_config
+ preclean_git_config
++ git config get --global --all --show-names --regexp '^url.*insteadof$'
++ cut '-d ' -f1
+ local keys_to_unset=
+ [[ -z '' ]]
+ echo 'No stale git config to unset'
+ return
+ git config --global user.name 'google-labs-jules[bot]'
+ git config --global user.email '161369871+google-labs-jules[bot]@users.noreply.github.com'
+ git config --global --add url.http://git@192.168.0.1:8080/.insteadOf https://github.com/
+ git config --global --add url.http://git@192.168.0.1:8080/.insteadOf git@github.com:
+ git config --global core.hooksPath /dev/null
+ git clone --depth 1 --shallow-submodules --no-single-branch --recursive https://github.com/danielrispler/depSync -b main /app
Cloning into '/app'...
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
```
|
|
Run depSync Analysis
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|