diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a3d50d..148c3e0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: # own cluster repo. The template repo itself ships no release (it is the sync # source; downstream instances release independently). if: github.repository != 'devantler-tech/platform-template' - uses: devantler-tech/reusable-workflows/.github/workflows/create-release.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6 + uses: devantler-tech/actions/.github/workflows/create-release.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 permissions: contents: write # create releases and tags issues: write # comment on related issues diff --git a/.github/workflows/template-sync.yaml b/.github/workflows/template-sync.yaml index fd3b02b..6eee658 100644 --- a/.github/workflows/template-sync.yaml +++ b/.github/workflows/template-sync.yaml @@ -20,7 +20,7 @@ jobs: permissions: contents: write pull-requests: write - uses: devantler-tech/reusable-workflows/.github/workflows/template-sync.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6 + uses: devantler-tech/actions/.github/workflows/template-sync.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 with: source-repo-path: devantler-tech/platform-template secrets: diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 54e667b..a6d564d 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -11,6 +11,6 @@ jobs: permissions: contents: read # checkout so the scanner can read the source files issues: write # open/maintain the tracking issues the scanner manages - uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6 + uses: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}