Skip to content
Merged
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/sorted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ permissions:
jobs:
call-gha-workflow:
name: Check
uses: IsaacG/github-actions/.github/workflows/sorted.yml@main
uses: exercism/github-actions/.github/workflows/sorted.yml@main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a SHA instead of "main"?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exercism » grep -h uses:.exercism */.github/workflows/*.yml | cut -d @ -f2 | sort | uniq -c
      1 backup-repo
      2 f4a6aa5acc07742989788e70fd89cdc0980f0d1e
   1340 main
      1 v1.5.2
      3 v2.1

We SHA-pin external workflows ... but mainly use main for Exercism workflows. Given our direct control, I think that's fine and reasonable?

with:
ordering: ".difficulty, .lowercase_name"