mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1176] [MERGED] Fix Awesome Workflow #1752
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/TheAlgorithms/C/pull/1176
Author: @tjgurwara99
Created: 12/9/2022
Status: ✅ Merged
Merged: 12/16/2022
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (2)
af2ad69Delete codeql_analysis.yml87c6334fixing workflows📊 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-10andclang-tidy-10and 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.