Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ permissions:

jobs:
fuzz:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-fuzz.yml@v1.46.2
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-fuzz.yml@v1.47.4
with:
go_version: '1.26.5'
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
validate:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-validation.yml@v1.46.2
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-validation.yml@v1.47.4
with:
enforce_source_branches: true
allowed_source_branches: 'hotfix/*|release-candidate'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
pipeline:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-release.yml@v1.46.2
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-release.yml@v1.47.4
with:
enable_changelog: ${{ github.ref == 'refs/heads/main' }}
release_single_app: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/routine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:

jobs:
routine:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/routine.yml@v1.46.2
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/routine.yml@v1.47.4
with:
routine: ${{ inputs.routine || 'all' }}
dry_run: ${{ inputs.dry_run || false }}
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1019,3 +1019,4 @@ generate-master-key: ## Generate a new cryptographically secure master key
echo "" && \
echo "IMPORTANT: Store this key securely. It cannot be recovered if lost." && \
echo "Add to your environment as APP_ENC_KEY."

Loading