Skip to content

Commit 0862a5b

Browse files
Revert "Darkpack Pull 1/16/26" (#5)
Reverts #4
1 parent bdc8ef5 commit 0862a5b

5,056 files changed

Lines changed: 106073 additions & 377135 deletions

File tree

Some content is hidden

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

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# MULTIPLE OWNERS
2525

2626

27+
2728
# Host Hell
2829

2930

.github/workflows/auto_changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ permissions:
1010
contents: write
1111
jobs:
1212
auto_changelog:
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-latest
1414
if: github.event.pull_request.merged == true
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v5
1818

1919
- name: Generate App Token
2020
id: app-token-generation

.github/workflows/autowiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
autowiki:
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Check for AUTOWIKI_USERNAME"
1414
id: secrets_set
@@ -20,7 +20,7 @@ jobs:
2020
echo "SECRETS_ENABLED=$SECRET_EXISTS" >> $GITHUB_OUTPUT
2121
- name: Checkout
2222
if: steps.secrets_set.outputs.SECRETS_ENABLED
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v5
2424
- name: Install BYOND
2525
if: steps.secrets_set.outputs.SECRETS_ENABLED
2626
uses: ./.github/actions/restore_or_install_byond

.github/workflows/ci_suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
start_gate:
1818
if: ( !contains(github.event.head_commit.message, '[ci skip]') )
1919
name: Start Gate
20-
runs-on: ubuntu-24.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
- name: Mandatory Empty Step
2323
run: exit 0
@@ -80,7 +80,7 @@ jobs:
8080
run_alternate_tests,
8181
run_linters,
8282
]
83-
runs-on: ubuntu-24.04
83+
runs-on: ubuntu-latest
8484
steps:
8585
- name: Decide whether the needed jobs succeeded or failed
8686
uses: re-actors/alls-green@release/v1

.github/workflows/codeowner_reviews.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77

88
jobs:
99
assign-users:
10-
runs-on: ubuntu-24.04
10+
runs-on: ubuntu-latest
1111
timeout-minutes: 5
1212

1313
steps:
1414
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v5
1616

1717
#Parse the Codeowner file on non draft PRs
1818
- name: CodeOwnersParser

.github/workflows/collect_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
collect_data:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-22.04
2222
timeout-minutes: 5
2323
outputs:
2424
maps: ${{ steps.map_finder.outputs.maps }}
@@ -27,7 +27,7 @@ jobs:
2727
required_build_versions: ${{ steps.setup_required_build_versions.outputs.required_build_versions }}
2828

2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v5
3131
- name: Find Maps
3232
id: map_finder
3333
run: |

.github/workflows/compare_screenshots.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
jobs:
77
compare_screenshots:
88
timeout-minutes: 15
9-
runs-on: ubuntu-24.04
9+
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v5
1212
- name: Setup directory
1313
run: mkdir -p artifacts
1414
# If we ever add more artifacts, this is going to break, but it'll be obvious.
1515
- name: Download screenshot tests
16-
uses: actions/download-artifact@v7
16+
uses: actions/download-artifact@v5
1717
with:
1818
path: artifacts
1919
- name: ls -R
@@ -34,7 +34,7 @@ jobs:
3434
echo ${{ github.event.pull_request.number }} > artifacts/screenshot_comparisons/pull_request_number.txt
3535
- name: Upload bad screenshots
3636
if: failure()
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: bad-screenshots
4040
path: artifacts/screenshot_comparisons

.github/workflows/compile_all_maps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
jobs:
1111
compile_all_stations:
1212
name: Compile All Station Maps
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-22.04
1414
timeout-minutes: 5
1515

1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v5
1818
- name: Setup Bun
1919
uses: ./.github/actions/setup_bun
2020
- name: Restore BYOND from Cache
@@ -31,11 +31,11 @@ jobs:
3131

3232
compile_all_templates:
3333
name: Compile All Templates
34-
runs-on: ubuntu-24.04
34+
runs-on: ubuntu-22.04
3535
timeout-minutes: 5
3636

3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v5
3939
- name: Setup Bun
4040
uses: ./.github/actions/setup_bun
4141
- name: Restore BYOND from Cache

.github/workflows/compile_changelogs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
compile:
1010
name: "Compile changelogs"
11-
runs-on: ubuntu-24.04
11+
runs-on: ubuntu-22.04
1212
permissions:
1313
contents: write
1414
steps:
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: "Checkout"
3737
if: steps.value_holder.outputs.ACTIONS_ENABLED
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v5
3939
with:
4040
fetch-depth: 25
4141
persist-credentials: false

.github/workflows/discord_discussions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
jobs:
1919
manage-discord-discussion:
2020
name: Manage Discord Discussion
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-latest
2222
if: contains(github.event.pull_request.labels.*.name, 'Discord Discussion')
2323
steps:
2424
- name: Fail if vars.DISCORD_DISCUSSIONS_CHANNEL_ID is unset
@@ -34,7 +34,7 @@ jobs:
3434
dotnet-quality: ga
3535

3636
- name: Checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v5
3838

3939
- name: Build Tgstation.DiscordDiscussions
4040
run: dotnet publish -c Release -o discord_discussions_bins tools/Tgstation.DiscordDiscussions/Tgstation.DiscordDiscussions.csproj

0 commit comments

Comments
 (0)