diff --git a/.github/workflows/org-pr-require-conventional-commit.yml b/.github/workflows/org-pr-require-conventional-commit.yml index 5e5f84ef..0bf2042f 100644 --- a/.github/workflows/org-pr-require-conventional-commit.yml +++ b/.github/workflows/org-pr-require-conventional-commit.yml @@ -7,6 +7,6 @@ on: jobs: validate-pr-title: name: Validate PR Title (conventional commit) - uses: immich-app/devtools/.github/workflows/shared-pr-require-conventional-commit.yml@main + uses: immich-app/devtools/.github/workflows/shared-pr-require-conventional-commit.yml@f88698ef64e40a764b4b7a81eae5f76634f53a6c # main permissions: pull-requests: write diff --git a/.github/workflows/org-zizmor.yml b/.github/workflows/org-zizmor.yml index 8510fd85..fb160918 100644 --- a/.github/workflows/org-zizmor.yml +++ b/.github/workflows/org-zizmor.yml @@ -8,7 +8,7 @@ on: jobs: zizmor: name: Zizmor - uses: immich-app/devtools/.github/workflows/shared-zizmor.yml@main + uses: immich-app/devtools/.github/workflows/shared-zizmor.yml@f88698ef64e40a764b4b7a81eae5f76634f53a6c # main permissions: actions: read contents: read diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index b2ddd078..8b14cce7 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Mise - uses: immich-app/devtools/actions/use-mise@dab18118da6476e8237ac94080fd937983fecd42 # use-mise-action-v1.1.2 + uses: immich-app/devtools/actions/use-mise@035e80a7d4355d5f087ffb95db9e4a0944c04e56 # use-mise-action-v1.1.3 - name: Run Tilt CI validation run: mise run local:ci