nixpkgs/.github
Victor Engmark 4177297b14 ci: pin third party actions
For reproducibility.

Command:

```shell
for file in .github/workflows/*.y*ml; do
    npx pin-github-action --comment=' {ref}' "$file"
done
```

Then had to manually replace all the versions with accurate specifiers
(for example, "v4" → "v4.1.1" in case of `actions/checkout`).
2023-11-29 09:51:22 +01:00
..
ISSUE_TEMPLATE Encourage +1's for prioritisation 2023-11-21 07:00:18 +01:00
workflows ci: pin third party actions 2023-11-29 09:51:22 +01:00
CODEOWNERS .github/CODEOWNERS: Add roberth to module system 2023-11-28 16:24:26 +01:00
dependabot.yml Revert ".github/dependabot.yml: disable" 2022-11-08 06:28:22 +10:00
ISSUE_TEMPLATE.md
labeler.yml .github/labeler.yml: autolabel jupyter stuff 2023-11-22 16:02:27 +01:00
PULL_REQUEST_TEMPLATE.md Encourage +1's for prioritisation 2023-11-21 07:00:18 +01:00
STALE-BOT.md .github/stale bot: stop commenting 2022-04-30 08:30:08 -07:00
stale.yml .github/stale bot: stop commenting 2022-04-30 08:30:08 -07:00