mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #115] [MERGED] Upgrade GitHub Actions to latest versions #1112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:upgrade-github-actions-node24-general📝 Commits (1)
152be11Upgrade 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
github/codeql-action/upload-sarifv3v4Why upgrade?
Keeping GitHub Actions up to date ensures:
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.