You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/11/21 17:02:00 UTC

[jira] [Commented] (OFBIZ-12714) Warnings highlighted by GitHub Actions during build

    [ https://issues.apache.org/jira/browse/OFBIZ-12714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636775#comment-17636775 ] 

ASF subversion and git services commented on OFBIZ-12714:
---------------------------------------------------------

Commit 0ea9407252f4942731356f3cdb14e4bded19b0b3 in ofbiz-framework's branch refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=0ea9407252 ]

Fixed: Update version of GitHub Action used to checkout sources during CI build (OFBIZ-12714)

GitHub Actions have deprecated use of Node.js version 12, as used by
version 2 of the checkout action. Upgraded to version 3 of the action
which uses Node.js 16 by default.


> Warnings highlighted by GitHub Actions during build
> ---------------------------------------------------
>
>                 Key: OFBIZ-12714
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12714
>             Project: OFBiz
>          Issue Type: Bug
>          Components: GitHub
>    Affects Versions: Upcoming Branch
>            Reporter: Daniel Watford
>            Assignee: Daniel Watford
>            Priority: Minor
>
> GitHub Actions currently highlight two deprecation warnings when building OFBiz.
>  * Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-java@v1
>  * The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
> The second warning is shown twice.
> Make changes to the GitHub Actions definitions and/or (if appropriate) the OFBiz gradle build to address these deprecation warnings.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)