Conversation
| cleanup-on-merge: | ||
| needs: get-merged-pr-commits | ||
| if: always() && needs.get-merged-pr-commits.result == 'success' | ||
| uses: newfold-labs/workflows/.github/workflows/reusable-codecoverage-cleanup.yml@main |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
|
||
| cleanup-on-branch-delete: | ||
| if: github.event_name == 'delete' && github.event.ref_type == 'branch' | ||
| uses: newfold-labs/workflows/.github/workflows/reusable-codecoverage-cleanup.yml@main |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
|
||
| cleanup-scheduled: | ||
| if: github.event_name == 'schedule' | ||
| uses: newfold-labs/workflows/.github/workflows/reusable-codecoverage-cleanup.yml@main |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
|
||
| cleanup-on-branch-delete: | ||
| if: github.event_name == 'delete' && github.event.ref_type == 'branch' | ||
| uses: newfold-labs/workflows/.github/workflows/reusable-codecoverage-cleanup.yml@main |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
|
|
||
| cleanup-scheduled: | ||
| if: github.event_name == 'schedule' | ||
| uses: newfold-labs/workflows/.github/workflows/reusable-codecoverage-cleanup.yml@main |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
| - name: Checkout gh-pages branch | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| with: | ||
| ref: gh-pages | ||
| path: gh-pages |
Check notice
Code scanning / zizmor
credential persistence through GitHub Actions artifacts Note
|
|
||
| jobs: | ||
| codecoverage: | ||
| uses: newfold-labs/workflows/.github/workflows/reusable-codecoverage.yml@f0b26152e4ea40cd40429e06b1f30aa8879e7392 |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning
| - name: Checkout | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| with: | ||
| fetch-depth: 0 |
Check notice
Code scanning / zizmor
credential persistence through GitHub Actions artifacts Note
* main: prep release workflow - also update composer version GitHub Actions(deps): Bump the third-party-actions group across 1 directory with 3 updates GitHub Actions(deps): Bump github/codeql-action GitHub Actions(deps): Bump github/codeql-action fix scanner warnings clean up codecov calculations # Conflicts: # .github/workflows/reusable-codecoverage.yml
| if: inputs.squash_history != true | ||
| working-directory: gh-pages | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.repo_token || secrets.GITHUB_TOKEN }} |
Check warning
Code scanning / zizmor
secrets referenced without a dedicated environment Warning
| if: inputs.squash_history | ||
| working-directory: gh-pages | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.repo_token || secrets.GITHUB_TOKEN }} |
Check warning
Code scanning / zizmor
secrets referenced without a dedicated environment Warning
Proposed changes
New cleanup workflow and examples for each reusable codecoverage workflow.
New reusable-codecoverage-cleanup.yml
New example-codecoverage-cleanup.yml
New example-codecoverage.yml
Updated reusable-codecoverage.yml
Type of Change
Production
Development
Visual
Checklist
Further comments