forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: Rename after security fixes
In the previous two commits, security issues with these workflows were fixed. In order for these to not be exploitable for PRs to branches that don't have the fixes yet (including read-only branches like nixos-unstable), these workflows are renamed, so that the old ones can be turned off manually via GitHub interface. Co-Authored-By: 13x1 <[email protected]> Co-Authored-By: basti564 <[email protected]>
- Loading branch information
1 parent
6b8ce4a
commit 5bbbc3a
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/codeowners.yml → .github/workflows/codeowners-v2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.github/workflows/editorconfig.yml → .github/workflows/editorconfig-v2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "Checking EditorConfig" | ||
name: "Checking EditorConfig v2" | ||
|
||
permissions: | ||
pull-requests: read | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/manual-nixos.yml → .github/workflows/manual-nixos-v2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "Build NixOS manual" | ||
name: "Build NixOS manual v2" | ||
|
||
permissions: | ||
contents: read | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/manual-nixpkgs.yml → .github/workflows/manual-nixpkgs-v2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "Build Nixpkgs manual" | ||
name: "Build Nixpkgs manual v2" | ||
|
||
permissions: | ||
contents: read | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/nix-parse.yml → .github/workflows/nix-parse-v2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters