diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 675a55b..9bcdaea 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -15,4 +15,4 @@ permissions: jobs: build: - uses: reqstool/.github/.github/workflows/common-build-docs.yml@main + uses: reqstool/.github/.github/workflows/common-build-docs.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 199dad2..9c0ac54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,15 +72,15 @@ jobs: - name: Build project run: poetry build - name: Install reqstool - uses: reqstool/.github/.github/actions/install-reqstool@9c6feaab046f4782f430dd2527fdb82c2a5cd926 # main 2026-06-22 + uses: reqstool/.github/.github/actions/install-reqstool@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 with: reqstool-source: ${{ matrix.reqstool-source }} - name: Validate reqstool spec completeness # not yet available in the latest PyPI release if: matrix.reqstool-source == 'main' - uses: reqstool/.github/.github/actions/validate-reqstool@9c6feaab046f4782f430dd2527fdb82c2a5cd926 # main 2026-06-22 + uses: reqstool/.github/.github/actions/validate-reqstool@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 - name: Run reqstool status - uses: reqstool/.github/.github/actions/reqstool-status@9c6feaab046f4782f430dd2527fdb82c2a5cd926 # main 2026-06-22 + uses: reqstool/.github/.github/actions/reqstool-status@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 with: fail-if-incomplete: "true" # Upload artifacts for later use @@ -92,4 +92,4 @@ jobs: path: dist/ validate-openspec: - uses: reqstool/.github/.github/workflows/common-validate-openspec.yml@9c6feaab046f4782f430dd2527fdb82c2a5cd926 # main 2026-06-22 + uses: reqstool/.github/.github/workflows/common-validate-openspec.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 diff --git a/.github/workflows/check-semantic-pr.yml b/.github/workflows/check-semantic-pr.yml index be165e5..ee29282 100644 --- a/.github/workflows/check-semantic-pr.yml +++ b/.github/workflows/check-semantic-pr.yml @@ -8,4 +8,4 @@ permissions: jobs: check: - uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@main + uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 174f4f7..10afd28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ permissions: jobs: prepare: - uses: reqstool/.github/.github/workflows/common-release-prepare.yml@main + uses: reqstool/.github/.github/workflows/common-release-prepare.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 permissions: contents: read with: @@ -67,7 +67,7 @@ jobs: tag: needs: [prepare, checks] if: ${{ !inputs.dry-run }} - uses: reqstool/.github/.github/workflows/common-release-tag.yml@main + uses: reqstool/.github/.github/workflows/common-release-tag.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 permissions: contents: write with: @@ -88,7 +88,7 @@ jobs: assets: needs: [prepare, build-tagged] - uses: reqstool/.github/.github/workflows/common-release-assets.yml@main + uses: reqstool/.github/.github/workflows/common-release-assets.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 permissions: contents: write with: @@ -109,7 +109,7 @@ jobs: permissions: id-token: write steps: - - uses: reqstool/.github/.github/actions/download-dists@ef815eae0bca7160cdc714126cac73f76d638b39 # main 2026-08-23 + - uses: reqstool/.github/.github/actions/download-dists@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 with: artifact: dist-tagged # Inline, not inside download-dists: nesting this Docker action in a @@ -131,7 +131,7 @@ jobs: promote: needs: [prepare, assets, publish-to-pypi] if: ${{ !inputs.dry-run && !cancelled() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }} - uses: reqstool/.github/.github/workflows/common-release-promote.yml@main + uses: reqstool/.github/.github/workflows/common-release-promote.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 permissions: contents: write with: