Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f95edd7

Browse files
Merge pull request #349 from nikobockerman/use-github-actions-and-workflows-with-version
chore: Versions for shared actions and workflows
2 parents 8d751c8 + b984767 commit f95edd7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
mise-cache:
17-
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
17+
uses: nikobockerman/github-workflows/.github/workflows/mise-prepare-cache.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
1818
uv-cache:
1919
needs: mise-cache
2020
uses: ./.github/workflows/mise-uv-prepare-cache.yaml
@@ -25,7 +25,7 @@ jobs:
2525
task: check:mypy
2626
check-prettier:
2727
needs: mise-cache
28-
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
28+
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
2929
with:
3030
task: check:prettier
3131
check-pyright:
@@ -35,12 +35,12 @@ jobs:
3535
task: check:pyright
3636
check-renovate-config:
3737
needs: mise-cache
38-
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
38+
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
3939
with:
4040
task: check:renovateconfig
4141
check-ruff:
4242
needs: mise-cache
43-
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991
43+
uses: nikobockerman/github-workflows/.github/workflows/mise-task.yaml@9b022ed85b5d63102abf2db5cb15505d0fc5d991 # v1.0.0
4444
with:
4545
task: "check:ruff ::: check:ruff::format"
4646
test-pytest:

.github/workflows/mise-uv-prepare-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- name: Setup mise
22-
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@56a42b0754816b1e5900bc260504df92ed1358cb
22+
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@56a42b0754816b1e5900bc260504df92ed1358cb # v1.0.0
2323
- name: uv cache
2424
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2525
with:

.github/workflows/mise-uv-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: Setup mise
27-
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@56a42b0754816b1e5900bc260504df92ed1358cb
27+
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@56a42b0754816b1e5900bc260504df92ed1358cb # v1.0.0
2828
- name: Restore uv cache
2929
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030
with:

0 commit comments

Comments
 (0)