File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 3
2+
3+ files :
4+ # NOTE: We only use pinact for the README; all actual action usage is
5+ # updated via Dependabot.
6+ - pattern : ../README.md
Original file line number Diff line number Diff line change 1212 uv run --dev ruff format
1313 uv run --dev ruff check --fix
1414
15+ .PHONY : pinact
16+ pinact :
17+ pinact run --update --verify
18+
1519.PHONY : test
1620test :
1721 uv run --dev pytest -s -o log_cli=true -o log_cli_level=DEBUG test.py
Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ jobs:
6868
6969 needs: [build]
7070 steps:
71- - uses: actions/checkout@v6
71+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7272
7373 # NOTE: Fetches the to-be-published distributions from a previous build job.
7474 # Running builds in their own job is strongly encouraged for both
7575 # security and reproducibility.
76- - uses: actions/download-artifact@v6
76+ - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7777 with:
7878 name: dist
7979
You can’t perform that action at this time.
0 commit comments