Skip to content

Commit 2c1154b

Browse files
committed
Revert temporary GHA refs back to @dev [skip ci]
1 parent fa8b2a5 commit 2c1154b

47 files changed

Lines changed: 171 additions & 171 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/auto-merge-pull-request/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
id: check-mergeability
2424
# Fork PR runs won't have permissions to remove labels, nor do we want to allow auto-merging them.
2525
if: github.event.pull_request.head.repo.fork == false
26-
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@issue/OSOE-1265
26+
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev
2727
with:
2828
label1: merge-if-checks-succeed
2929
label2: merge-and-resolve-jira-issue-if-checks-succeed
@@ -37,7 +37,7 @@ runs:
3737
3838
- name: Remove Label
3939
if: steps.check-mergeability.outputs.contains-label == 'true'
40-
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@issue/OSOE-1265
40+
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
4141
with:
4242
token: ${{ env.GITHUB_TOKEN }}
4343
labels: merge-if-checks-succeed

.github/actions/auto-transition-jira-issue/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ runs:
1515
1616
- name: Check if Should Done
1717
id: check-done
18-
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@issue/OSOE-1265
18+
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev
1919
with:
2020
label1: done-jira-issue-if-checks-succeed
2121
label2: dummy
2222

2323
- name: Check if Should Resolve
2424
id: check-resolve
2525
if: steps.check-done.outputs.contains-label == 'false'
26-
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@issue/OSOE-1265
26+
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev
2727
with:
2828
label1: resolve-jira-issue-if-checks-succeed
2929
label2: merge-and-resolve-jira-issue-if-checks-succeed
@@ -41,7 +41,7 @@ runs:
4141
Set-JiraIssueStatus @parameters
4242
4343
- name: Remove Label
44-
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@issue/OSOE-1265
44+
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
4545
with:
4646
token: ${{ env.GITHUB_TOKEN }}
4747
labels: merge-and-resolve-jira-issue-if-checks-succeed, resolve-jira-issue-if-checks-succeed, done-jira-issue-if-checks-succeed

.github/actions/build-dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ runs:
212212
Write-Output ("Solution or project build took {0:0.###} seconds." -f ($endTime - $startTime).TotalSeconds)
213213
214214
- name: Upload MSBuild Binary Log
215-
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@issue/OSOE-1265
215+
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev
216216
if: (success() || failure()) && inputs.create-binary-log == 'true'
217217
with:
218218
name: build-binary-log-${{ steps.build.outputs.artifact-name-suffix }}.binlog

.github/actions/checkout/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
(Resolve-Path '${{ github.action_path }}/../../../Scripts').Path >> $Env:GITHUB_PATH
3737
3838
- name: Set Checkout Token
39-
uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@issue/OSOE-1265
39+
uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@dev
4040
with:
4141
checkout-token: ${{ inputs.token }}
4242

.github/actions/mark-breaking-changes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
(Resolve-Path '${{ github.action_path }}/../../../Scripts').Path >> $Env:GITHUB_PATH
1919
2020
- name: Update Breaking Changes Label
21-
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@issue/OSOE-1265
21+
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
2222
with:
2323
token: ${{ env.GITHUB_TOKEN }}
2424
label: breaking-changes

.github/actions/markdown-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
Set-GitHubOutput 'artifact-path' $artifactFolder
6565
6666
- name: Upload files fixed by markdown-lint
67-
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@issue/OSOE-1265
67+
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev
6868
if: inputs.fix == 'true' && steps.markdown-lint-fix-files.outputs.has-fixes == 'true'
6969
with:
7070
name: markdown-lint-fixed-files

.github/actions/mirror-branches/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ runs:
7171
7272
- name: Get source branches
7373
id: get-source-branches
74-
uses: Lombiq/GitHub-Actions/.github/actions/get-branches@issue/OSOE-1265
74+
uses: Lombiq/GitHub-Actions/.github/actions/get-branches@dev
7575
with:
7676
repository: ${{ inputs.source-repository }}
7777
# When empty, source token falls back to destination token, which still works for a public source repository.
7878
api-token: ${{ inputs.source-token == '' && inputs.destination-token || inputs.source-token }}
7979

8080
- name: Get destination branches
8181
id: get-destination-branches
82-
uses: Lombiq/GitHub-Actions/.github/actions/get-branches@issue/OSOE-1265
82+
uses: Lombiq/GitHub-Actions/.github/actions/get-branches@dev
8383
with:
8484
repository: ${{ inputs.destination-repository }}
8585
api-token: ${{ inputs.destination-token }}
@@ -100,7 +100,7 @@ runs:
100100
101101
- name: Checkout source repository
102102
if: steps.find-branches.outputs.first-branch-name != ''
103-
uses: Lombiq/GitHub-Actions/.github/actions/checkout@issue/OSOE-1265
103+
uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev
104104
with:
105105
repository: ${{ inputs.source-repository }}
106106
ref: ${{ steps.find-branches.outputs.first-branch-name }}

.github/actions/msbuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ runs:
9696
Write-Output ("Solution or project build took {0:0.###} seconds." -f ($endTime - $startTime).TotalSeconds)
9797
9898
- name: Upload MSBuild Binary Log
99-
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@issue/OSOE-1265
99+
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev
100100
if: (success() || failure()) && inputs.create-binary-log == 'true'
101101
with:
102102
name: build-binary-log.binlog

.github/actions/precompile-orchard1-app/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ runs:
5353
steps:
5454
- name: Checkout
5555
if: inputs.repository != ''
56-
uses: Lombiq/GitHub-Actions/.github/actions/checkout@issue/OSOE-1265
56+
uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev
5757
with:
5858
repository: ${{ inputs.repository }}
5959
ref: ${{ inputs.checkout-ref }}
6060
token: ${{ inputs.token }}
6161
path: ${{ inputs.checkout-path }}
6262

6363
- name: Enable Node corepack
64-
uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@issue/OSOE-1265
64+
uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev
6565

6666
# Calling nuget restore separately on the actual solution, because we're passing Orchard.proj to the msbuild action
6767
# instead to be able to call the Precompiled target on it.
@@ -70,7 +70,7 @@ runs:
7070
run: nuget restore ${{ inputs.checkout-path }}/${{ inputs.solution-path }}
7171

7272
- name: Publish Precompiled app
73-
uses: Lombiq/GitHub-Actions/.github/actions/msbuild@issue/OSOE-1265
73+
uses: Lombiq/GitHub-Actions/.github/actions/msbuild@dev
7474
with:
7575
directory: ${{ inputs.checkout-path }}
7676
verbosity: ${{ inputs.verbosity }}

.github/actions/publish-nuget/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ runs:
154154

155155
- name: Enable Node corepack
156156
if: inputs.enable-corepack == 'true'
157-
uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@issue/OSOE-1265
157+
uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev
158158

159159
- name: Generate nuspec file if needed
160160
if: hashFiles('ConvertTo-Nuspec.ps1')
161161
shell: pwsh
162162
run: ./ConvertTo-Nuspec.ps1 '${{ steps.setup.outputs.publish-version }}'
163163

164164
- name: Build
165-
uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@issue/OSOE-1265
165+
uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev
166166
# Notes on the configuration:
167167
# * -p:NuGetBuild=true is our property to load Lombiq dependencies from NuGet by switching project references
168168
# to package references.
@@ -269,38 +269,38 @@ runs:
269269
- name: Check for ignore-breaking-changes Label
270270
id: check-ignore-breaking
271271
if: ${{ (failure() || success()) && inputs.mark-breaking-changes == 'true' && github.event_name == 'pull_request' }}
272-
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@issue/OSOE-1265
272+
uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev
273273
with:
274274
label1: ignore-breaking-changes
275275

276276
- name: Mark Breaking Changes on Pull Request
277277
if: ${{ (failure() || success()) &&
278278
inputs.mark-breaking-changes == 'true' &&
279279
github.event_name == 'pull_request' }}
280-
uses: Lombiq/GitHub-Actions/.github/actions/mark-breaking-changes@issue/OSOE-1265
280+
uses: Lombiq/GitHub-Actions/.github/actions/mark-breaking-changes@dev
281281
with:
282282
is-breaking: ${{ steps.check-ignore-breaking.outputs.contains-label == 'true' && 'false' || steps.pack.outputs.is-breaking == 'true' }}
283283
env:
284284
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
285285

286286
- name: Upload NuGet Package Artifact
287-
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@issue/OSOE-1265
287+
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev
288288
with:
289289
name: NuGet-Package
290290
path: artifacts
291291
retention-days: ${{ inputs.nuget-artifact-retention-days }}
292292

293293
- name: Upload CompatibilitySuppressions File Artifact
294294
if: success() || failure()
295-
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@issue/OSOE-1265
295+
uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev
296296
with:
297297
name: CompatibilitySuppressions
298298
path: CompatibilitySuppressions
299299
retention-days: 1
300300
if-no-files-found: ignore
301301

302302
- name: Create Release
303-
uses: Lombiq/GitHub-Actions/.github/actions/release-action@issue/OSOE-1265
303+
uses: Lombiq/GitHub-Actions/.github/actions/release-action@dev
304304
# Also preventing creating releases when pushing tags for issue-specific pre-releases like v4.3.1-alpha.osoe-86.
305305
if: inputs.dry-run != 'true' && !contains(steps.setup.outputs.publish-version, '-')
306306
with:

0 commit comments

Comments
 (0)