Commit Graph

35 Commits

Author SHA1 Message Date
dependabot[bot] 613d66ba3b Bump yogstation13/DreamAnnotate from 2 to 3
Bumps [yogstation13/DreamAnnotate](https://github.com/yogstation13/dreamannotate) from 2 to 3.
- [Release notes](https://github.com/yogstation13/dreamannotate/releases)
- [Commits](https://github.com/yogstation13/dreamannotate/compare/8ef04ef7fbb4ac63ee2daca222af91599e0af5e1...67354dcd99fe4f980d9887f04e0109472de0fccb)

---
updated-dependencies:
- dependency-name: yogstation13/DreamAnnotate
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-15 09:04:10 +00:00
dependabot[bot] 01c14a0076 Bump dorny/paths-filter from 3.0.2 to 4.0.1
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.2 to 4.0.1.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/de90cc6fb38fc0963ad72b210f1f284cd68cea36...fbd0ab8f3e69293af611ebaee6363fc25e6d187d)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 09:03:46 +00:00
Spookerton 52402f82e7 Merge pull request #9342 from PolarisSS13/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2025-12-19 22:09:07 +00:00
Spookerton 64194c6c78 Merge pull request #9343 from PolarisSS13/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2025-12-19 22:08:23 +00:00
dependabot[bot] 005615fb0d Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.1.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6.0.1 to 7.1.0.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/778341af668090896ca464160c2def5d1d1a3eb0...04702edda442b2e678b25b537cec683a1493fcb9)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 09:04:01 +00:00
dependabot[bot] b8d0d21f27 Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 09:03:58 +00:00
dependabot[bot] 6e146d7e78 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 09:03:52 +00:00
dependabot[bot] 8c891fe2c1 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 16:14:02 +00:00
Spookerton 3fb0304096 update various versions & workflows
sdmm 1.7 -> 1.9
- Also updated sdmm config for future strictness changes

rust_g 0.46.x -> 3.9.0
- Ships the 3.9.0 windows dll for easy desktop dev. Removed the .so
because new versions are a large binary blob; instead these are fetched
from tgstation release build artifacts for tests, and can be collected
or preferably built locally for linux hosting.

Workflow OS targets updated from ubuntu-20 -> ubuntu-24

stefanzweifel/git-auto-commit-action v5 -> v6 to satisfy dependabot

Mislabeled actions/checkout 3 -> 4

Added cancel-in-progress concurrency rule to CI & label workflows
- Causes new runs of the workflows to cancel older runs still in
progress for a given ref (branch, pr, etc)

Where not using an official action, uses commit hash targets instead of
tags

Added permissions strictness to CI & labels workflows

Made workflows manually runnable

Added preflight change checks to CI workflow
- Only changes to byond sources, byond source validation, or version
definitions should trigger a full test of that matter
- Only changes to tgui sources or version definitions should trigger
a full test of that matter
2025-07-10 12:12:41 +01:00
dependabot[bot] 407f9ab97c Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 10:01:49 +00:00
dependabot[bot] 137e2a5d19 Bump stefanzweifel/git-auto-commit-action from 4 to 5
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 09:36:38 +00:00
dependabot[bot] 13e766a39f Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 09:05:55 +00:00
spookerton 7806c6524c fix automatic changelog generation 2023-08-15 15:52:18 +01:00
spookerton 5fc513ed96 temp downgrade to ubuntu 20 for libssl1.1 in tests 2022-11-25 15:29:44 +00:00
dependabot[bot] 083e8cc1d9 Bump yogstation13/DreamAnnotate from 1 to 2
Bumps [yogstation13/DreamAnnotate](https://github.com/yogstation13/DreamAnnotate) from 1 to 2.
- [Release notes](https://github.com/yogstation13/DreamAnnotate/releases)
- [Commits](https://github.com/yogstation13/DreamAnnotate/compare/v1...v2)

---
updated-dependencies:
- dependency-name: yogstation13/DreamAnnotate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 09:45:29 +00:00
Atermonera 2aa6657303 Merge pull request #8587 from PolarisSS13/dependabot/github_actions/yogevbd/enforce-label-action-2.2.2
Bump yogevbd/enforce-label-action from 2.1.0 to 2.2.2
2022-04-29 16:32:41 -08:00
Atermonera e4e1415647 Merge pull request #8586 from PolarisSS13/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2022-04-29 16:29:16 -08:00
dependabot[bot] 77bc2c3c39 Bump yogevbd/enforce-label-action from 2.1.0 to 2.2.2
Bumps [yogevbd/enforce-label-action](https://github.com/yogevbd/enforce-label-action) from 2.1.0 to 2.2.2.
- [Release notes](https://github.com/yogevbd/enforce-label-action/releases)
- [Commits](https://github.com/yogevbd/enforce-label-action/compare/2.1.0...2.2.2)

---
updated-dependencies:
- dependency-name: yogevbd/enforce-label-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 06:12:07 +00:00
dependabot[bot] b20c02c29e Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 06:12:03 +00:00
dependabot[bot] 732a8a3fe7 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 06:11:56 +00:00
spookerton a828523451 updates .vscode/, .github/, .editorconfig, sneks 2022-04-27 00:21:53 +01:00
atermonera 7daa116128 Older version? 2022-04-16 10:03:56 -08:00
atermonera 5792881622 Remove comments? 2022-04-16 09:56:05 -08:00
atermonera b1b3752878 Prevents merging PRs that have some DNM labels. 2022-04-16 09:53:11 -08:00
MarinaGryphon 593246b595 Linter diagnostics + bans non-var relative pathing (#8150)
* Linter diagnostics + bans non-var relative pathing

* Enable DreamChecker Annotations

* make it executable

* update hashFiles

* oops

* tries to fix it... again

* trying again

* path

* repath

* fix perms

* fixes weird capitalisation issue
2021-06-20 13:14:29 -09:00
atermonera 6f77b74d50 Update's CI's OS image version to fix package deficiency 2021-05-09 16:10:58 -09:00
atermonera e2287638c9 Don't even install gcc-multilib at all. 2021-03-10 21:47:36 -09:00
atermonera 72d25ab2ef Autochangelog fix 6 2020-12-23 16:26:59 -09:00
atermonera 3c95090cb7 Autochangelog fix 5 2020-12-23 16:22:14 -09:00
atermonera 1116521ecd Autochangelog fix 4 2020-12-23 16:18:58 -09:00
atermonera ccfba0a150 Autochangelog fix 2 2020-12-23 15:37:28 -09:00
atermonera a0c9f4d238 Updates authentication 2020-12-23 14:56:18 -09:00
atermonera f441200b9f Experimental: adds workflow to autoupdate changelog 2020-12-22 13:36:04 -09:00
Atermonera 56c1b6db2d Tweak CI, round 1 2020-11-30 19:39:35 -08:00
Atermonera 4ecc80f499 Move away from Travis CI to GitHub Actions (#7768)
# Conflicts:
#	.github/CONTRIBUTING.md
#	.travis.yml
#	code/modules/awaymissions/zlevel.dm
#	code/modules/ventcrawl/ventcrawl.dm
#	guides/Guide to Map Folders.md
#	maps/submaps/engine_submaps_vr/tether/_engine_submaps.dm
#	maps/submaps/space_submaps/debrisfield/debrisfield.dm
#	maps/tether/submaps/_tether_submaps.dm

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
2020-11-29 23:35:15 -08:00