diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 9bcdaea..d6a756b 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@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/workflows/common-build-docs.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54a7fb0..fa5f2fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,17 +68,17 @@ jobs: target/generated-test-sources/test-annotations/resources/annotations.yml \ target/reqstool/annotations.yml - name: Install reqstool - uses: reqstool/.github/.github/actions/install-reqstool@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/actions/install-reqstool@a4203a58cec87861655512b6b277a859db385796 # 1.1.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@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/actions/validate-reqstool@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 - name: Run reqstool status - uses: reqstool/.github/.github/actions/reqstool-status@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/actions/reqstool-status@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 with: fail-if-incomplete: "true" validate-openspec: - uses: reqstool/.github/.github/workflows/common-validate-openspec.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/workflows/common-validate-openspec.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 diff --git a/.github/workflows/check-semantic-pr.yml b/.github/workflows/check-semantic-pr.yml index cbfc98d..1b8904d 100644 --- a/.github/workflows/check-semantic-pr.yml +++ b/.github/workflows/check-semantic-pr.yml @@ -12,4 +12,4 @@ permissions: jobs: check: - uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec6636d..92d94ab 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@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/workflows/common-release-prepare.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1.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@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/workflows/common-release-tag.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 permissions: contents: write with: @@ -80,7 +80,7 @@ jobs: # `version` makes a disagreement a hard stop before anything reaches Central. publish-to-maven-central: needs: [prepare, tag] - uses: reqstool/.github/.github/workflows/java-publish-to-maven.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/workflows/java-publish-to-maven.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 permissions: contents: read packages: write @@ -106,7 +106,7 @@ jobs: promote: needs: [prepare, publish-to-maven-central] if: ${{ !inputs.dry-run && !cancelled() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }} - uses: reqstool/.github/.github/workflows/common-release-promote.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0.0 + uses: reqstool/.github/.github/workflows/common-release-promote.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1.0 permissions: contents: write with: