Skip to content

hotfixes: GitHub Actions Workflow Upgrades#5

Merged
shortthirdman merged 2 commits intomainfrom
hotfix/gha-upgrades
Mar 13, 2026
Merged

hotfixes: GitHub Actions Workflow Upgrades#5
shortthirdman merged 2 commits intomainfrom
hotfix/gha-upgrades

Conversation

@shortthirdman
Copy link
Copy Markdown
Member

Summary

This PR updates several GitHub Actions used in our workflows to their latest stable versions to ensure improved reliability, security, and compatibility.

Changes

  1. Updated actions/setup-java, actions/checkout, and actions/upload-artifact to the latest stable versions in .github/workflows/release.yml.
  2. Updated actions/setup-java, actions/checkout, and actions/upload-artifact to the latest stable versions in .github/workflows/ci.yml.

Impact

  • Keeps CI/CD workflows aligned with the latest supported GitHub Actions.
  • Improves maintainability and reduces potential issues from deprecated versions.
  • No functional changes to the build or release process.

Testing

  • Workflow configuration changes only.
  • CI pipeline will validate the updates on the next run.

Updated `actions/setup-java`, `actions/checkout`, and `actions/upload-artifact` to latest stable versions in `.github/workflows/release.yml`

Signed-off-by: Swetank Mohanty <shortthirdman@users.noreply.github.com>
Updated `actions/setup-java`, `actions/checkout`, and `actions/upload-artifact` to latest stable versions in `.github/workflows/ci.yml`

Signed-off-by: Swetank Mohanty <shortthirdman@users.noreply.github.com>
@shortthirdman shortthirdman self-assigned this Mar 13, 2026
@shortthirdman shortthirdman added the hotfix Quick, targeted fixes applied directly to production code to resolve urgent issues or critical bugs. label Mar 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/release.yml

PackageVersionLicenseIssue Type
actions/checkout6.*.*NullUnknown License
actions/setup-java5.*.*NullUnknown License
actions/upload-artifact7.*.*NullUnknown License
Denied Licenses: GPL-1.0-or-later, LGPL-2.0-or-later

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/checkout 6.*.* 🟢 5.9
Details
CheckScoreReason
Maintained⚠️ 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Security-Policy🟢 9security policy file detected
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
SAST🟢 8SAST tool detected but not run on all commits
actions/actions/setup-java 5.*.* 🟢 5.6
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Maintained🟢 57 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 10all changesets reviewed
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST🟢 9SAST tool is not run on all commits -- score normalized to 9
actions/actions/upload-artifact 7.*.* 🟢 6.2
Details
CheckScoreReason
Maintained🟢 1028 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST🟢 10SAST tool is run on all commits

Scanned Files

  • .github/workflows/release.yml

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage

Overall Project 87.69% 🍏

There is no coverage information present for the Files changed

@shortthirdman shortthirdman merged commit fd31118 into main Mar 13, 2026
4 checks passed
@shortthirdman shortthirdman deleted the hotfix/gha-upgrades branch March 13, 2026 18:23
@shortthirdman-org shortthirdman-org locked as resolved and limited conversation to collaborators Mar 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

hotfix Quick, targeted fixes applied directly to production code to resolve urgent issues or critical bugs.

Development

Successfully merging this pull request may close these issues.

1 participant