-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): bump codecov/codecov-action from 4 to 5 #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Moelf
merged 1 commit into
main
from
dependabot/github_actions/codecov/codecov-action-5
Nov 18, 2024
Merged
chore(deps): bump codecov/codecov-action from 4 to 5 #116
Moelf
merged 1 commit into
main
from
dependabot/github_actions/codecov/codecov-action-5
Nov 18, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ianna
reviewed
Nov 19, 2024
Member
ianna
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run # The Julia command that will be executed
# The Julia command that will be executed
julia_cmd=( julia --color=yes --project=docs/ -e '
@eval Module() begin
push!(LOAD_PATH, "@docs-logger-env") # access GitHubActions.jl
import Logging, GitHubActions
Logging.global_logger(GitHubActions.GitHubActionsLogger())
pop!(LOAD_PATH)
end
include("docs/make.jl")' )
# Add the prefix in front of the command if there is one
prefix=""
[[ -n $prefix ]] && julia_cmd=( "$prefix" "${julia_cmd[@]}" )
# Run the Julia command
"${julia_cmd[@]}"
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
env:
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
GITHUB_TOKEN: ***
DOCUMENTER_KEY:
SetupBuildDirectory: setting up build directory.
Doctest: running doctests.
ExpandTemplates: expanding markdown templates.
CrossReferences: building cross-references.
CheckDocument: running document checks.
Populate: populating indices.
RenderDocument: rendering document.
HTMLWriter: rendering HTML pages.
Deployment criteria for deploying preview build from GitHub Actions:
- ✔ ENV["GITHUB_REPOSITORY"]="JuliaHEP/AwkwardArray.jl" occurs in repo="github.com/JuliaHEP/AwkwardArray.jl"
- ✔ ENV["GITHUB_REF"] corresponds to a PR number
- ✔ PR originates from the same repository
- ✔ `push_preview` keyword argument to deploydocs is `true`
- ✔ ENV["GITHUB_ACTOR"] exists and is non-empty
- ✔ ENV["GITHUB_TOKEN"] exists and is non-empty
Deploying: ✔
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /tmp/jl_3R2Zxg/.git/
From https://github.com/JuliaHEP/AwkwardArray.jl
* [new branch] dependabot/github_actions/codecov/codecov-action-5 -> upstream/dependabot/github_actions/codecov/codecov-action-5
* [new branch] gh-pages -> upstream/gh-pages
* [new branch] ianna/convert_from_py_iterable -> upstream/ianna/convert_from_py_iterable
* [new branch] ianna/datetime-test -> upstream/ianna/datetime-test
* [new branch] ianna/migrate_documentation -> upstream/ianna/migrate_documentation
* [new branch] ianna/rename-and-cleanup-convert-functions -> upstream/ianna/rename-and-cleanup-convert-functions
* [new branch] ianna/test_issue_66 -> upstream/ianna/test_issue_66
* [new branch] ianna/user-guide -> upstream/ianna/user-guide
* [new branch] jpivarski/from_iter -> upstream/jpivarski/from_iter
* [new branch] main -> upstream/main
* [new branch] revert-71-ianna/readme_update -> upstream/revert-71-ianna/readme_update
* [new tag] v0.1.0 -> v0.1.0
* [new tag] v0.1.1 -> v0.1.1
* [new tag] v0.1.2 -> v0.1.2
* [new tag] v0.1.3 -> v0.1.3
* [new tag] v0.1.4 -> v0.1.4
* [new tag] v0.1.5 -> v0.1.5
Switched to a new branch 'gh-pages'
branch 'gh-pages' set up to track 'upstream/gh-pages'.
[gh-pages 0c02968] build based on b4771d0
23 files changed, 1626 insertions(+)
create mode 100644 previews/PR116/LICENSE/index.html
create mode 100644 previews/PR116/api/index.html
create mode 100644 previews/PR116/assets/documenter.js
create mode 100644 previews/PR116/assets/logo-300px.ico
create mode 100644 previews/PR116/assets/logo-300px.png
create mode 100644 previews/PR116/assets/logo-500px.png
create mode 100644 previews/PR116/assets/logo.svg
create mode 100644 previews/PR116/assets/search.js
create mode 100644 previews/PR116/assets/themes/documenter-dark.css
create mode 100644 previews/PR116/assets/themes/documenter-light.css
create mode 100644 previews/PR116/assets/themeswap.js
create mode 100644 previews/PR116/assets/warner.js
create mode 100644 previews/PR116/exampleusage/index.html
create mode 100644 previews/PR116/functions/index.html
create mode 100644 previews/PR116/getting_started/index.html
create mode 100644 previews/PR116/howto/index.html
create mode 100644 previews/PR116/index.html
create mode 100644 previews/PR116/indexing/index.html
create mode 100644 previews/PR116/internals/index.html
create mode 100644 previews/PR116/search/index.html
create mode 100644 previews/PR116/search_index.js
create mode 100644 previews/PR116/siteinfo.js
create mode 100644 previews/PR116/types/index.html
remote: Permission to JuliaHEP/AwkwardArray.jl.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/JuliaHEP/AwkwardArray.jl.git/': The requested URL returned error: 403
Error: Failed to push:
exception =
failed process: Process(setenv(`/usr/bin/git push -q upstream HEAD:gh-pages`,["DOCUMENTER_KEY=", "PATH=/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1", "GITHUB_RUN_NUMBER=383", "GITHUB_REF_NAME=116/merge", "RUNNER_ARCH=X64", "STATS_PIP=false", "PERFLOG_LOCATION_SETTING=RUNNER_PERFLOG", "ACCEPT_EULA=Y", "GOROOT_1_21_X64=/opt/hostedtoolcache/go/1.21.13/x64", "ANT_HOME=/usr/share/ant", "RUNNER_USER=runner", "LEIN_HOME=/usr/local/lib/lein", "GITHUB_REPOSITORY_ID=676184408", "GITHUB_ACTOR=dependabot[bot]", "GITHUB_WORKFLOW_REF=JuliaHEP/AwkwardArray.jl/.github/workflows/CI.yml@refs/pull/116/merge", "ANDROID_NDK_LATEST_HOME=/usr/local/lib/android/sdk/ndk/27.2.12479018", "SYSTEMD_EXEC_PID=605", "RUNNER_ENVIRONMENT=github-hosted", "OPENBLAS_DEFAULT_NUM_THREADS=1", "GIT_TEMPLATE_DIR=/usr/share/git-core/templates", "STATS_D_D=true", "USER=runner", "CONDA=/usr/share/miniconda", "JULIA_PKG_SERVER_REGISTRY_PREFERENCE=eager", "GOROOT_1_23_X64=/opt/hostedtoolcache/go/1.23.3/x64", "GITHUB_REF_PROTECTED=false", "GITHUB_SHA=b4771d074e984bb6cd52beec0f026ad282b8638b", "JAVA_HOME=/usr/lib/jvm/temurin-11-jdk-amd64", "GITHUB_API_URL=https://api.github.com/", "GITHUB_RUN_ATTEMPT=1", "GITHUB_ACTIONS=true", "STATS_V3PS=true", "VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg", "STATS_VMFE=true", "STATS_EXT=true", "ANDROID_SDK_ROOT=/usr/local/lib/android/sdk", "SWIFT_PATH=/usr/share/swift/usr/bin", "GITHUB_ENV=/home/runner/work/_temp/_runner_file_commands/set_env_606244bf-be63-4543-a303-f0b3de5f0800", "JAVA_HOME_17_X64=/usr/lib/jvm/temurin-17-jdk-amd64", "GITHUB_ACTION_PATH=/home/runner/work/_actions/julia-actions/julia-docdeploy/latest", "RUNNER_PERFLOG=/home/runner/perflog", "RUNNER_NAME=GitHub Actions 5", "EDGEWEBDRIVER=/usr/local/share/edge_driver", "GITHUB_RUN_ID=11888035013", "GHCUP_INSTALL_BASE_PREFIX=/usr/local", "ImageOS=ubuntu22", "NVM_DIR=/home/runner/.nvm", "GITHUB_HEAD_REF=dependabot/github_actions/codecov/codecov-action-5", "GITHUB_RETENTION_DAYS=90", "GITHUB_SERVER_URL=https://github.com/", "GITHUB_OUTPUT=/home/runner/work/_temp/_runner_file_commands/set_output_606244bf-be63-4543-a303-f0b3de5f0800", "STATS_UE=true", "GITHUB_JOB=docs", "DEBIAN_FRONTEND=noninteractive", "RUNNER_TRACKING_ID=github_90997d38-378f-4475-9230-c5a5be344bdf", "RUNNER_TOOL_CACHE=/opt/hostedtoolcache", "HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS=3650", "AZURE_EXTENSION_DIR=/opt/az/azcliextensions", "HOMEBREW_NO_AUTO_UPDATE=1", "CHROMEWEBDRIVER=/usr/local/share/chromedriver-linux64", "GITHUB_ACTION_REPOSITORY=", "GITHUB_WORKFLOW=CI", "GITHUB_ACTION=__julia-actions_julia-docdeploy", "HOME=/home/runner", "JAVA_HOME_8_X64=/usr/lib/jvm/temurin-8-jdk-amd64", "GITHUB_EVENT_PATH=/home/runner/work/_temp/_github_workflow/event.json", "GITHUB_STEP_SUMMARY=/home/runner/work/_temp/_runner_file_commands/step_summary_606244bf-be63-4543-a303-f0b3de5f0800", "SGX_AESM_ADDR=1", "GITHUB_REF=refs/pull/116/merge", "GITHUB_REPOSITORY=JuliaHEP/AwkwardArray.jl", "INVOCATION_ID=856b25ec1772485dac222bde11423d17", "ImageVersion=20241112.1.0", "JAVA_HOME_21_X64=/usr/lib/jvm/temurin-21-jdk-amd64", "ANDROID_NDK=/usr/local/lib/android/sdk/ndk/27.2.12479018", "LANG=C.UTF-8", "STATS_D=true", "GITHUB_GRAPHQL_URL=https://api.github.com/graphql", "SHLVL=1", "DOTNET_MULTILEVEL_LOOKUP=0", "XDG_RUNTIME_DIR=/run/user/1001", "GOROOT_1_22_X64=/opt/hostedtoolcache/go/1.22.9/x64", "RUNNER_WORKSPACE=/home/runner/work/AwkwardArray.jl", "GITHUB_STATE=/home/runner/work/_temp/_runner_file_commands/save_state_606244bf-be63-4543-a303-f0b3de5f0800", "GITHUB_BASE_REF=main", "_=/usr/bin/julia", "GRADLE_HOME=/usr/share/gradle-8.11", "GITHUB_ACTION_REF=", "DEPLOYMENT_BASEPATH=/opt/runner", "PIPX_HOME=/opt/pipx", "GITHUB_REPOSITORY_OWNER_ID=20717981", "GITHUB_ACTOR_ID=49699333", "ANDROID_NDK_ROOT=/usr/local/lib/android/sdk/ndk/27.2.12479018", "***
ERROR: LoadError: failed process: Process(setenv(`/usr/bin/git push -q upstream HEAD:gh-pages`,["DOCUMENTER_KEY=", "PATH=/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1", "GITHUB_RUN_NUMBER=383", "GITHUB_REF_NAME=116/merge", "RUNNER_ARCH=X64", "STATS_PIP=false", "PERFLOG_LOCATION_SETTING=RUNNER_PERFLOG", "ACCEPT_EULA=Y", "GOROOT_1_21_X64=/opt/hostedtoolcache/go/1.21.13/x64" … "SELENIUM_JAR_PATH=/usr/share/java/selenium-server.jar", "JAVA_HOME_11_X64=/usr/lib/jvm/temurin-11-jdk-amd64", "GITHUB_TRIGGERING_ACTOR=dependabot[bot]", "RUNNER_TEMP=/home/runner/work/_temp", "GITHUB_REPOSITORY_OWNER=JuliaHEP", "GITHUB_EVENT_NAME=pull_request", "DOTNET_NOLOGO=1", "OPENBLAS_MAIN_FREE=1", "ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk/27.2.12479018", "AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache"]), ProcessExited(128)) [128]
Stacktrace:
[1] pipeline_error
@ ./process.jl:598 [inlined]
[2] run(::Cmd; wait::Bool)
@ Base ./process.jl:513
[3] run
@ ./process.jl:510 [inlined]
[4] (::Documenter.var"#git_commands#24"{String, String, SubString{String}, String, Vector{Any}, Bool, String, Nothing, String})(sshconfig::Nothing)
@ Documenter ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:724
[5] git_commands
@ ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:640 [inlined]
[6] cd(f::Documenter.var"#git_commands#24"{String, String, SubString{String}, String, Vector{Any}, Bool, String, Nothing, String}, dir::String)
@ Base.Filesystem ./file.jl:112
[7] git_push(root::String, temp::String, repo::String; branch::String, dirname::String, target::String, sha::SubString{String}, devurl::String, versions::Vector{Any}, forcepush::Bool, deploy_config::Documenter.GitHubActions, subfolder::String, is_preview::Bool, archive::Nothing)
@ Documenter ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:788
[8] (::Documenter.var"#15#17"{SubString{String}, String, String, String, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String})(temp::String)
@ Documenter ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:604
[9] mktempdir(fn::Documenter.var"#15#17"{SubString{String}, String, String, String, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String}, parent::String; prefix::String)
@ Base.Filesystem ./file.jl:819
[10] mktempdir(fn::Function, parent::String)
@ Base.Filesystem ./file.jl:815
[11] mktempdir
@ ./file.jl:815 [inlined]
[12] (::Documenter.var"#14#16"{String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String})()
@ Documenter ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:603
[13] cd(f::Documenter.var"#14#16"{String, String, String, Nothing, String, Vector{Any}, Bool, Documenter.GitHubActions, Bool, String, String}, dir::String)
@ Base.Filesystem ./file.jl:112
[14] deploydocs(; root::String, target::String, dirname::String, repo::String, branch::String, repo_previews::String, branch_previews::String, deps::Nothing, make::Nothing, devbranch::Nothing, devurl::String, versions::Vector{Any}, forcepush::Bool, deploy_config::Documenter.GitHubActions, push_preview::Bool, archive::Nothing)
@ Documenter ~/.julia/packages/Documenter/bYYzK/src/Documenter.jl:580
[15] top-level scope
@ ~/work/AwkwardArray.jl/AwkwardArray.jl/docs/make.jl:28
[16] include(fname::String)
@ Main ./sysimg.jl:38
[17] top-level scope
@ none:8
in expression starting at /home/runner/work/AwkwardArray.jl/AwkwardArray.jl/docs/make.jl:28
Error: Process completed with exit code 1.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps codecov/codecov-action from 4 to 5.
Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
5c47607fix: override commit and pr values for PR cases (#1657)3b1354achore(release): 5.0.1 (#1656)2e2a9c6fix: update tokenless branch logic (#1650)cfc521bUpdate README.md0642541fix: use marketplace v5 badge (#1646)9688725Update README.md2112eaechore(deps): bump wrapper to 0.0.23 (#1644)193421cfixL use the correct source (#1642)6018df7fix: update container builds (#1640)eff1a64fix: add missing vars (#1638)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)