[PR #1176] [MERGED] Fix Awesome Workflow #1752

Closed
opened 2026-01-29 15:24:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1176
Author: @tjgurwara99
Created: 12/9/2022
Status: Merged
Merged: 12/16/2022
Merged by: @Panquesito7

Base: masterHead: master


📝 Commits (2)

📊 Changes

5 files changed (+71 additions, -51 deletions)

View changed files

📝 .github/workflows/awesome_workflow.yml (+2 -2)
.github/workflows/codeql.yml (+56 -0)
.github/workflows/codeql_analysis.yml (+0 -48)
📝 .github/workflows/gh-pages.yml (+1 -1)
📝 DIRECTORY.md (+12 -0)

📄 Description

Description of Change

Currently the awesome workflow's are failing for all of the PR. The reason for it is that the ubuntu repository has removed the package that we used to install clang-format-10 and clang-tidy-10 and it has been replaced by other packages. I propose that these packages shouldn't be linked to a static version in order to make sure that this kind of situation doesn't occur again.

PS: I had also renamed the Codeql file and made some changes, I don't think there is any difference to the one that was already commit to it except that runs-on being a array of different environments to build the codeql analysis for. If it turns out that you don't require this change, it would be easy for me to remove that from this branch, just let me know.

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • I acknowledge that all my contributions will be made under the project's license.

🔄 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/TheAlgorithms/C/pull/1176 **Author:** [@tjgurwara99](https://github.com/tjgurwara99) **Created:** 12/9/2022 **Status:** ✅ Merged **Merged:** 12/16/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`af2ad69`](https://github.com/TheAlgorithms/C/commit/af2ad699f42307c093687bc09723af4c7baacfaf) Delete codeql_analysis.yml - [`87c6334`](https://github.com/TheAlgorithms/C/commit/87c633439efbb343ca43f4e18031c26d1176a997) fixing workflows ### 📊 Changes **5 files changed** (+71 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+2 -2) ➕ `.github/workflows/codeql.yml` (+56 -0) ➖ `.github/workflows/codeql_analysis.yml` (+0 -48) 📝 `.github/workflows/gh-pages.yml` (+1 -1) 📝 `DIRECTORY.md` (+12 -0) </details> ### 📄 Description #### Description of Change Currently the awesome workflow's are failing for all of the PR. The reason for it is that the ubuntu repository has removed the package that we used to install `clang-format-10` and `clang-tidy-10` and it has been replaced by other packages. I propose that these packages shouldn't be linked to a static version in order to make sure that this kind of situation doesn't occur again. PS: I had also renamed the Codeql file and made some changes, I don't think there is any difference to the one that was already commit to it except that runs-on being a array of different environments to build the codeql analysis for. If it turns out that you don't require this change, it would be easy for me to remove that from this branch, just let me know. #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] I acknowledge that all my contributions will be made under the project's license. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:24:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1752