Commit 5bbbc3a3 authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

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: default avatar13x1 <tori@disroot.org>
Co-Authored-By: default avatarbasti564 <e3e@disroot.org>
parent 6b8ce4ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: Codeowners
name: Codeowners v2

# This workflow depends on two GitHub Apps with the following permissions:
# - For checking code owners:
+1 −1
Original line number Diff line number Diff line
name: "Checking EditorConfig"
name: "Checking EditorConfig v2"

permissions:
  pull-requests: read
+1 −1
Original line number Diff line number Diff line
name: "Build NixOS manual"
name: "Build NixOS manual v2"

permissions:
  contents: read
+1 −1
Original line number Diff line number Diff line
name: "Build Nixpkgs manual"
name: "Build Nixpkgs manual v2"

permissions:
  contents: read
+1 −1
Original line number Diff line number Diff line
name: "Check whether nix files are parseable"
name: "Check whether nix files are parseable v2"

permissions:
  pull-requests: read