[PR #115] [MERGED] Upgrade GitHub Actions to latest versions #1112

Closed
opened 2026-05-03 01:58:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/115
Author: @salmanmkc
Created: 2/1/2026
Status: Merged
Merged: 2/2/2026
Merged by: @dextmorgn

Base: mainHead: upgrade-github-actions-node24-general


📝 Commits (1)

  • 152be11 Upgrade GitHub Actions to latest versions

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 .github/workflows/images.yml (+2 -2)

📄 Description

Summary

Upgrade GitHub Actions to their latest versions for improved features, bug fixes, and security updates.

Changes

Action Old Version(s) New Version Release Files
github/codeql-action/upload-sarif v3 v4 Release images.yml

Why upgrade?

Keeping GitHub Actions up to date ensures:

  • Security: Latest security patches and fixes
  • Features: Access to new functionality and improvements
  • Compatibility: Better support for current GitHub features
  • Performance: Optimizations and efficiency improvements

Security Note

Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references.

Testing

These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/115 **Author:** [@salmanmkc](https://github.com/salmanmkc) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `upgrade-github-actions-node24-general` --- ### 📝 Commits (1) - [`152be11`](https://github.com/reconurge/flowsint/commit/152be112d08d72f1e8f1d2e9de5939a9f2fbc3bc) Upgrade GitHub Actions to latest versions ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/images.yml` (+2 -2) </details> ### 📄 Description ## Summary Upgrade GitHub Actions to their latest versions for improved features, bug fixes, and security updates. ## Changes | Action | Old Version(s) | New Version | Release | Files | |--------|---------------|-------------|---------|-------| | `github/codeql-action/upload-sarif` | [`v3`](https://github.com/github/codeql-action/upload-sarif/releases/tag/v3) | [`v4`](https://github.com/github/codeql-action/upload-sarif/releases/tag/v4) | [Release](https://github.com/github/codeql-action/upload-sarif/releases/tag/v4) | images.yml | ## Why upgrade? Keeping GitHub Actions up to date ensures: - **Security**: Latest security patches and fixes - **Features**: Access to new functionality and improvements - **Compatibility**: Better support for current GitHub features - **Performance**: Optimizations and efficiency improvements ### Security Note Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references. ### Testing These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:58:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#1112