@@ -17,10 +17,10 @@ jobs:
1717 lint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2121 with :
2222 fetch-depth : 0 # hatch-vcs needs tags
23- - uses : astral-sh/setup-uv@v5
23+ - uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
2424 with :
2525 enable-cache : true
2626 - name : Ruff lint
@@ -34,10 +34,10 @@ jobs:
3434 types :
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
3838 with :
3939 fetch-depth : 0
40- - uses : astral-sh/setup-uv@v5
40+ - uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
4141 with :
4242 enable-cache : true
4343 - name : mypy
@@ -50,10 +50,10 @@ jobs:
5050 matrix :
5151 python-version : ["3.11", "3.12", "3.13", "3.14"]
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
5454 with :
5555 fetch-depth : 0
56- - uses : astral-sh/setup-uv@v5
56+ - uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
5757 with :
5858 enable-cache : true
5959 - name : Install a text font
@@ -68,10 +68,10 @@ jobs:
6868 # keeps the artifacts so a human can eyeball what the printer would burn.
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
7272 with :
7373 fetch-depth : 0
74- - uses : astral-sh/setup-uv@v5
74+ - uses : astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
7575 with :
7676 enable-cache : true
7777 - run : sudo apt-get update && sudo apt-get install -y fonts-dejavu-core
8282 name=$(echo "$args" | tr -d ' -')
8383 uv run labeltastic --sample --dry-run $args --out "badge-$name.png"
8484 done
85- - uses : actions/upload-artifact@v4
85+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8686 with :
8787 name : rendered-badges
8888 path : badge-*.png
0 commit comments