Skip to content

Commit 96960d9

Browse files
authored
sync: update 29 files from source repository (#62)
1 parent 3073d20 commit 96960d9

29 files changed

+55
-45
lines changed

.github/.env.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
232232
# 🪄 MAGE-X CONFIGURATION
233233
# ================================================================================================
234234

235-
MAGE_X_VERSION=v1.7.16 # https://github.com/mrz1836/mage-x/releases
235+
MAGE_X_VERSION=v1.8.0 # https://github.com/mrz1836/mage-x/releases
236236
MAGE_X_USE_LOCAL=false # Use local version for development
237237
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
238238
MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude

.github/actions/warm-cache/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ runs:
6666
echo "$key=$value" >> $GITHUB_ENV
6767
done
6868
69-
# --------------------------------------------------------------------
70-
# Checkout code to access local actions (setup-go-with-cache, setup-magex)
71-
# --------------------------------------------------------------------
72-
- name: 📥 Checkout code
73-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
74-
7569
# --------------------------------------------------------------------
7670
# Set environment variables
7771
# --------------------------------------------------------------------

.github/sweep.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
gha_enabled: true
2-
branch: master
32
blocked_dirs: []
43
draft: false
54
description: |
65
Sweep AI must follow the repository guidelines in .github/AGENTS.md.
76
rules:
87
- "Read .github/AGENTS.md first; it overrides these rules."
98
- "Format code with magex format:fix"
10-
- "Lint with 'magex lint' and vet with 'magex vet'"
9+
- "Lint with 'magex lint'"
1110
- "Run 'magex test' before committing"
12-
- "Commit messages use '<type>(<scope>): <short description>'"
13-
- "PR titles use '[Subsystem] Imperative and concise summary'"
14-
- "PR descriptions include: What Changed, Why It Was Necessary, Testing Performed, Impact / Risk"
15-
- "Run 'magex dep:tidy' after import changes"
11+
- "Commit messages refer to AGENTS.md"
12+
- "Run 'magex deps:tidy' after import changes"
1613
- "Report vulnerabilities privately following SECURITY.md"

.github/workflows/auto-merge-on-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Check out code to access env file
6666
# --------------------------------------------------------------------
6767
- name: 📥 Checkout code (sparse)
68-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
68+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6969
with:
7070
sparse-checkout: |
7171
.github/.env.base

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
46+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Check out code to access env file
6363
# --------------------------------------------------------------------
6464
- name: 📥 Checkout code (sparse)
65-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
65+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6666
with:
6767
sparse-checkout: |
6868
.github/.env.base

.github/workflows/fortress-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# Checkout code and set up Go environment
129129
# --------------------------------------------------------------------
130130
- name: 📥 Checkout code
131-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
131+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
132132

133133
# --------------------------------------------------------------------
134134
# Setup Go with caching and version management

.github/workflows/fortress-code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Checkout code (required for local actions)
7171
# --------------------------------------------------------------------
7272
- name: 📥 Checkout code
73-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
73+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7474

7575
# --------------------------------------------------------------------
7676
# Parse environment variables
@@ -216,7 +216,7 @@ jobs:
216216
# Checkout code (required for local actions)
217217
# --------------------------------------------------------------------
218218
- name: 📥 Checkout code
219-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
219+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
220220

221221
# --------------------------------------------------------------------
222222
# Parse environment variables
@@ -431,7 +431,7 @@ jobs:
431431
# Checkout code (required for local actions)
432432
# --------------------------------------------------------------------
433433
- name: 📥 Checkout repository
434-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
434+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
435435

436436
# --------------------------------------------------------------------
437437
# Parse environment variables

.github/workflows/fortress-completion-finalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Checkout repository for local actions
6161
# --------------------------------------------------------------------
6262
- name: 📥 Checkout Repository
63-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
63+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6464

6565
# --------------------------------------------------------------------
6666
# Parse inputs and setup

.github/workflows/fortress-completion-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# Checkout repository for local actions
117117
# --------------------------------------------------------------------
118118
- name: 📥 Checkout Repository
119-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
119+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
120120

121121
# --------------------------------------------------------------------
122122
# Parse environment variables

0 commit comments

Comments
 (0)