Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: ShellCheck + syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
- name: bash -n + shellcheck (same set as `make lint`)
run: |
set -euo pipefail
Expand All @@ -29,7 +29,7 @@ jobs:
name: PSScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
- name: Analyze windows/*.ps1
shell: pwsh
run: |
Expand All @@ -51,7 +51,7 @@ jobs:
name: "Windows PowerShell 5.1 parse + non-mutating paths"
runs-on: windows-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
# User machines run these via powershell.exe (5.1) - parse with THAT
# engine, since PSScriptAnalyzer in the lint job runs on pwsh core.
- name: Parse all scripts with Windows PowerShell 5.1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# unauthenticated api.github.com calls rate-limit hard on shared runner IPs
GITHUB_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6

# GitHub's runner image ships firefox as a snap-backed deb; `apt upgrade`
# can then stall for minutes on a huge snap download. WSL Ubuntu ships
Expand Down