Skip to content

Commit c65a4d7

Browse files
authored
sync: update 26 files from source repository (#69)
1 parent d68f8b5 commit c65a4d7

26 files changed

+53
-41
lines changed

.github/.env.base

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GO_SECONDARY_VERSION=1.24.x
3939
# Govulncheck-specific Go version for vulnerability scanning
4040
# Uses newer Go version for accurate standard library vulnerability detection
4141
# Override this in .env.custom if needed for compatibility
42-
GOVULNCHECK_GO_VERSION=1.25.x
42+
GOVULNCHECK_GO_VERSION=1.25.5
4343

4444
# ================================================================================================
4545
# 📦 GO MODULE CONFIGURATION
@@ -108,6 +108,9 @@ ENABLE_SECURITY_SCAN_NANCY=true # Dependency vulnerability checks
108108
# Documentation & Publishing
109109
ENABLE_GODOCS_PUBLISHING=true # Publish to pkg.go.dev on tag/releases
110110

111+
# Workflow Reporting
112+
ENABLE_COMPLETION_REPORT=true # Generate workflow completion report (adds 2-4 min)
113+
111114
# ================================================================================================
112115
# 📦 ARTIFACT DOWNLOAD CONFIGURATION
113116
# ================================================================================================
@@ -241,15 +244,15 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
241244
# 🪄 MAGE-X CONFIGURATION
242245
# ================================================================================================
243246

244-
MAGE_X_VERSION=v1.8.7 # https://github.com/mrz1836/mage-x/releases
247+
MAGE_X_VERSION=v1.8.9 # https://github.com/mrz1836/mage-x/releases
245248
MAGE_X_USE_LOCAL=false # Use local version for development
246249
MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
247250
MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
248251
MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
249-
MAGE_X_GITLEAKS_VERSION=8.29.1 # https://github.com/gitleaks/gitleaks/releases
252+
MAGE_X_GITLEAKS_VERSION=8.30.0 # https://github.com/gitleaks/gitleaks/releases
250253
MAGE_X_GOFUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
251254
MAGE_X_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
252-
MAGE_X_GORELEASER_VERSION=v2.12.7 # https://github.com/goreleaser/goreleaser/releases
255+
MAGE_X_GORELEASER_VERSION=v2.13.0 # https://github.com/goreleaser/goreleaser/releases
253256
MAGE_X_GOVULNCHECK_VERSION=v1.1.4 # https://go.googlesource.com/vuln/+refs
254257
MAGE_X_GO_SECONDARY_VERSION=1.24.x # Secondary Go version for MAGE-X (also our secondary)
255258
MAGE_X_GO_VERSION=1.24.x # Primary Go version for MAGE-X (also our primary)
@@ -281,7 +284,7 @@ MAGE_X_YAMLFMT_VERSION=v0.20.0 # https://github.c
281284
# MAGE_X_DOWNLOAD_TIMEOUT=5000
282285
# MAGE_X_DOWNLOAD_USER_AGENT=MAGE-X-Agent
283286
# MAGE_X_PARALLEL=3
284-
# MAGE_X_TEST_EXCLUDE_MODULES=magefiles # Comma-separated module names to exclude from tests/coverage (default: magefiles)
287+
# MAGE_X_TEST_EXCLUDE_MODULES=module1,module2
285288
# MAGE_X_TEST_RACE=false
286289
# MAGE_X_VERBOSE=true
287290

@@ -304,7 +307,7 @@ NANCY_EXCLUDES=CVE-2024-38513,CVE-2023-45142
304307
# Github Secret(s): OSSI_USERNAME and OSSI_TOKEN
305308

306309
# Security Tools
307-
GITLEAKS_VERSION=8.29.1 # https://github.com/gitleaks/gitleaks/releases
310+
GITLEAKS_VERSION=8.30.0 # https://github.com/gitleaks/gitleaks/releases
308311
GOVULNCHECK_VERSION=v1.1.4 # https://pkg.go.dev/golang.org/x/vuln
309312
NANCY_VERSION=v1.0.52 # https://github.com/sonatype-nexus-community/nancy/releases
310313

@@ -336,7 +339,7 @@ GO_PRE_COMMIT_ALL_FILES=true
336339
GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
337340
GO_PRE_COMMIT_FUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
338341
GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools
339-
GO_PRE_COMMIT_GITLEAKS_VERSION=v8.29.1 # https://github.com/gitleaks/gitleaks/releases
342+
GO_PRE_COMMIT_GITLEAKS_VERSION=v8.30.0 # https://github.com/gitleaks/gitleaks/releases
340343

341344
# Build tags for golangci-lint and other tools
342345
GO_PRE_COMMIT_BUILD_TAGS=

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
68+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
46+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
65+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
131+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
73+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7474

7575
# --------------------------------------------------------------------
7676
# Parse environment variables
@@ -217,7 +217,7 @@ jobs:
217217
# Checkout code (required for local actions)
218218
# --------------------------------------------------------------------
219219
- name: 📥 Checkout code
220-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
220+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
221221

222222
# --------------------------------------------------------------------
223223
# Parse environment variables
@@ -437,7 +437,7 @@ jobs:
437437
# Checkout code (required for local actions)
438438
# --------------------------------------------------------------------
439439
- name: 📥 Checkout repository
440-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
440+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
441441

442442
# --------------------------------------------------------------------
443443
# 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
63+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
119+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
120120

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Checkout repository for local actions
6565
# --------------------------------------------------------------------
6666
- name: 📥 Checkout Repository
67-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
67+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6868

6969
# --------------------------------------------------------------------
7070
# Parse environment variables

.github/workflows/fortress-completion-tests.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
63+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6464

6565
# --------------------------------------------------------------------
6666
# Parse environment variables

0 commit comments

Comments
 (0)