File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ permissions:
1515
1616jobs :
1717 build :
18- uses : reqstool/.github/.github/workflows/common-build-docs.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
18+ uses : reqstool/.github/.github/workflows/common-build-docs.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
Original file line number Diff line number Diff line change @@ -65,17 +65,17 @@ jobs:
6565 build/generated/sources/annotationProcessor/java/test/resources/annotations.yml | grep -v "^#"
6666 } > build/reqstool/annotations.yml
6767 - name : Install reqstool
68- uses : reqstool/.github/.github/actions/install-reqstool@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
68+ uses : reqstool/.github/.github/actions/install-reqstool@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
6969 with :
7070 reqstool-source : ${{ matrix.reqstool-source }}
7171 - name : Validate reqstool spec completeness
7272 # not yet available in the latest PyPI release
7373 if : matrix.reqstool-source == 'main'
74- uses : reqstool/.github/.github/actions/validate-reqstool@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
74+ uses : reqstool/.github/.github/actions/validate-reqstool@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
7575 - name : Run reqstool status
76- uses : reqstool/.github/.github/actions/reqstool-status@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
76+ uses : reqstool/.github/.github/actions/reqstool-status@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
7777 with :
7878 fail-if-incomplete : " true"
7979
8080 validate-openspec :
81- uses : reqstool/.github/.github/workflows/common-validate-openspec.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
81+ uses : reqstool/.github/.github/workflows/common-validate-openspec.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ permissions:
1010
1111jobs :
1212 check :
13- uses : reqstool/.github/.github/workflows/common-check-semantic-pr.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
13+ uses : reqstool/.github/.github/workflows/common-check-semantic-pr.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ permissions:
4141
4242jobs :
4343 prepare :
44- uses : reqstool/.github/.github/workflows/common-release-prepare.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
44+ uses : reqstool/.github/.github/workflows/common-release-prepare.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
4545 permissions :
4646 contents : read
4747 with :
6767 tag :
6868 needs : [prepare, checks]
6969 if : ${{ !inputs.dry-run }}
70- uses : reqstool/.github/.github/workflows/common-release-tag.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
70+ uses : reqstool/.github/.github/workflows/common-release-tag.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
7171 permissions :
7272 contents : write
7373 with :
8080 # anything reaches the portal.
8181 publish-to-plugin-portal :
8282 needs : [prepare, tag]
83- uses : reqstool/.github/.github/workflows/java-publish-to-gradle.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
83+ uses : reqstool/.github/.github/workflows/java-publish-to-gradle.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
8484 permissions :
8585 contents : read
8686 secrets : inherit
@@ -106,7 +106,7 @@ jobs:
106106 promote :
107107 needs : [prepare, publish-to-plugin-portal]
108108 if : ${{ !inputs.dry-run && !cancelled() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }}
109- uses : reqstool/.github/.github/workflows/common-release-promote.yml@ef815eae0bca7160cdc714126cac73f76d638b39 # 1.0 .0
109+ uses : reqstool/.github/.github/workflows/common-release-promote.yml@a4203a58cec87861655512b6b277a859db385796 # 1.1 .0
110110 permissions :
111111 contents : write
112112 with :
You can’t perform that action at this time.
0 commit comments