Skip to content

Commit 62758a2

Browse files
committed
Updates custom-builder action to main branch
Updates the `uses` path for the custom-builder action in the MegaLinter custom flavor builder workflow from the `alpha` tag to the `main` branch. This ensures that the workflow uses the most up-to-date version of the custom builder action.
1 parent d6f72a0 commit 62758a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mega-linter-runner/generators/mega-linter-custom-flavor/templates/megalinter-custom-flavor-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
continue-on-error: true
6767

6868
- name: Build MegaLinter Custom Flavor
69-
uses: oxsecurity/megalinter/flavors/custom-builder@alpha
69+
uses: oxsecurity/megalinter/flavors/custom-builder@main
7070
with:
7171
megalinter-custom-flavor-builder-tag: ${{ github.event_name == 'release' && github.event.release.tag_name || 'alpha' }}
7272
is-latest: ${{ github.event_name == 'release' && 'true' || 'false' }}

0 commit comments

Comments
 (0)