Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/AssignPrs.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/createReminders.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/markdownLink.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/markdownLinkDaily.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/processReminders.yml

This file was deleted.

4 changes: 3 additions & 1 deletion tools/download.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
# Pin to specific commit for security (OpenSSF Scorecard requirement)
# Pinned commit: 26bb188c8 - "Improve ValidateLength error message consistency and refactor validation tests" (2025-10-12)
bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/26bb188c8be0cda6cb548ce1a12840ebf67e1331/tools/install-powershell.sh)
6 changes: 4 additions & 2 deletions tools/install-powershell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ install(){
#gitrepo paths are overrideable to run from your own fork or branch for testing or private distribution

local VERSION="1.2.0"
local gitreposubpath="PowerShell/PowerShell/master"
# Pin to specific commit for security (OpenSSF Scorecard requirement)
# Pinned commit: 26bb188c8 - "Improve ValidateLength error message consistency and refactor validation tests" (2025-10-12)
local gitreposubpath="PowerShell/PowerShell/26bb188c8be0cda6cb548ce1a12840ebf67e1331"
local gitreposcriptroot="https://raw.githubusercontent.com/$gitreposubpath/tools"
local gitscriptname="install-powershell.psh"

Expand Down Expand Up @@ -125,7 +127,7 @@ install(){
if [[ $osname = *SUSE* ]]; then
DistroBasedOn='suse'
REV=$(source /etc/os-release; echo $VERSION_ID)
fi
fi
OS=$(lowercase $OS)
DistroBasedOn=$(lowercase $DistroBasedOn)
fi
Expand Down
Loading