Skip to content

Commit c6ac02f

Browse files
authored
chore: prepare for a 0.0.1 release (#4)
1 parent f4c4742 commit c6ac02f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/pinact.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ fix:
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
1620
test:
1721
uv run --dev pytest -s -o log_cli=true -o log_cli_level=DEBUG test.py

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)