File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 REQUESTED_VERSION : ${{ inputs.Version }}
3636 PRERELEASE : ${{ inputs.Prerelease }}
3737 GITHUB_TOKEN : ${{ github.token }}
38- run : | # zizmor: ignore[github-env]
38+ run : | # zizmor: ignore[github-env] GITHUB_PATH writes use hardcoded install dirs, not user input
3939 # Install-PowerShell
4040 set -e
4141 echo "Requested version: [$REQUESTED_VERSION]"
@@ -138,7 +138,7 @@ runs:
138138 REQUESTED_VERSION : ${{ inputs.Version }}
139139 PRERELEASE : ${{ inputs.Prerelease }}
140140 GITHUB_TOKEN : ${{ github.token }}
141- run : | # zizmor: ignore[github-env]
141+ run : | # zizmor: ignore[github-env] GITHUB_PATH writes use hardcoded install dirs, not user input
142142 # Install-PowerShell
143143 set -e
144144 echo "Requested version: [$REQUESTED_VERSION]"
@@ -228,7 +228,7 @@ runs:
228228 REQUESTED_VERSION : ${{ inputs.Version }}
229229 PRERELEASE : ${{ inputs.Prerelease }}
230230 GITHUB_TOKEN : ${{ github.token }}
231- run : | # zizmor: ignore[github-env]
231+ run : | # zizmor: ignore[github-env] GITHUB_PATH writes use hardcoded install dirs, not user input
232232 # Install-PowerShell
233233 Write-Host "Requested version: [$env:REQUESTED_VERSION]"
234234 Write-Host "Prerelease: [$env:PRERELEASE]"
You can’t perform that action at this time.
0 commit comments