Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
CLI_FUZZ_RUNS: "25000"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v4
with:
version: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-emdash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# faith: actions/checkout tag v7.0.0 is commit
# 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0. Same pin as the mllp, dicom and
# ncpdp copies of this workflow.
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# Full history: the commit-message step below reads the PR's commit range,
# and the default shallow clone does not contain the base commit.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-internal-refs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
no-internal-refs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

# The script self-tests before it reports: it proves each rule still matches its own
# positive sample AND still lets through the reference material it was most likely to
Expand Down
Loading