You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to address warnings shown for CI workflows. Warnings look like
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8, actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c is not allowed to be used in EESSI/software-layer. Actions in this workflow must be: within a repository owned by EESSI, created by GitHub, or matching the following: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d, cvmfs-contrib/github-action-cvmfs@d4641d0d591c9a5c3be23835ced2fb648b44c04b, ansible/ansible-lint-action@27c37f9001153675ee6abcadcd722bcbdafaba08, robinraju/release-downloader@d6de084c58345d09b017e22701dbcf26977cfd14, codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441, ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c, pkgcore/pkgcheck-action@5a0413f4494d00e286fb7cf6b8388b6c4578afa4, bpicode/github-action-fpm@e76c0e2166030f4691d641a700b16958c7d12f5d, meeDamian/github-release@7ae19492500104f636b3fee4d8103af0fed36c8e, dev-drprasad/delete-tag-and-release@085c6969f18bad0de1b9f3fe6692a3cd01f64fe5, rtCamp/action-slack-notify@12e36fc18b0689399306c2e0...
cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c is not allowed to be used in EESSI/software-layer. Actions in this workflow must be: within a repository owned by EESSI, created by GitHub, or matching the following: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d, cvmfs-contrib/github-action-cvmfs@d4641d0d591c9a5c3be23835ced2fb648b44c04b, ansible/ansible-lint-action@27c37f9001153675ee6abcadcd722bcbdafaba08, robinraju/release-downloader@d6de084c58345d09b017e22701dbcf26977cfd14, codespell-project/actions-codespell@22ff5a2e4b591290baf82d47c9feadac31c65441, ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c, pkgcore/pkgcheck-action@5a0413f4494d00e286fb7cf6b8388b6c4578afa4, bpicode/github-action-fpm@e76c0e2166030f4691d641a700b16958c7d12f5d, meeDamian/github-release@7ae19492500104f636b3fee4d8103af0fed36c8e, dev-drprasad/delete-tag-and-release@085c6969f18bad0de1b9f3fe6692a3cd01f64fe5, rtCamp/action-slack-notify@12e36fc18b0689399306c2e0...
Two workflows are failing now because of this after the merge (unclear why they didn't fail when the workflows were run for this PR): .github/workflows/test-software.eessi.io.yml + .github/workflows/tests_archdetect.yml.
@ocaisa Do you know where the whitelisting is done, since cvmfs-contrib/github-action-cvmfs@d4641d0d591c9a5c3be23835ced2fb648b44c04b is being listed as allowed (we updated to cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c in this PR)?
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
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.
This is to address warnings shown for CI workflows. Warnings look like