Skip to content

Commit

Permalink
workflows: Rename after security fixes
Browse files Browse the repository at this point in the history
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
3 people committed Oct 26, 2024
1 parent 6b8ce4a commit 5bbbc3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Codeowners
name: Codeowners v2

# This workflow depends on two GitHub Apps with the following permissions:
# - For checking code owners:
Expand Down
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
Expand Down
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
Expand Down
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Check whether nix files are parseable"
name: "Check whether nix files are parseable v2"

permissions:
pull-requests: read
Expand Down

0 comments on commit 5bbbc3a

Please sign in to comment.