Skip to content

Commit 44aa739

Browse files
authored
[release/v7.6] Github Workflow cleanup (#26439)
1 parent 1684824 commit 44aa739

File tree

7 files changed

+7
-159
lines changed

7 files changed

+7
-159
lines changed

.github/workflows/AssignPrs.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/createReminders.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/markdownLink.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/markdownLinkDaily.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/processReminders.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

tools/download.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
1+
# Pin to specific commit for security (OpenSSF Scorecard requirement)
2+
# Pinned commit: 26bb188c8 - "Improve ValidateLength error message consistency and refactor validation tests" (2025-10-12)
3+
bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/26bb188c8be0cda6cb548ce1a12840ebf67e1331/tools/install-powershell.sh)

tools/install-powershell.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ install(){
2626
#gitrepo paths are overrideable to run from your own fork or branch for testing or private distribution
2727

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

@@ -125,7 +127,7 @@ install(){
125127
if [[ $osname = *SUSE* ]]; then
126128
DistroBasedOn='suse'
127129
REV=$(source /etc/os-release; echo $VERSION_ID)
128-
fi
130+
fi
129131
OS=$(lowercase $OS)
130132
DistroBasedOn=$(lowercase $DistroBasedOn)
131133
fi

0 commit comments

Comments
 (0)