Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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.46.5
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.46.5
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.46.5
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.46.5
with:
routine: ${{ inputs.routine || 'all' }}
dry_run: ${{ inputs.dry_run || false }}
Expand Down
Loading