Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update dependency workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Jun 29, 2022
1 parent 6d6d82e commit e6e7006
Show file tree
Hide file tree
Showing 40 changed files with 440 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bundler-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/bundler-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/composer-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/composer-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/curl-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/curl-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/dotnet-aspnetcore-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/dotnet-aspnetcore-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/dotnet-runtime-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/dotnet-runtime-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/dotnet-sdk-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/dotnet-sdk-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/go-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/go-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/httpd-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/httpd-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/icu-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/icu-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/nginx-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/nginx-test-upload-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ jobs:
cpe: ${{ steps.modify-cpe.outputs.cpe }}
purl: ${{ github.event.client_payload.purl }}
licenses: ${{ github.event.client_payload.licenses }}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Test and Upload Metadata for ${{ env.DEP_NAME }}
issue_body: '[Test and Upload Metadata workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is tested and metadata is uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
11 changes: 11 additions & 0 deletions .github/workflows/node-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
"purl": "${{ steps.upstream.outputs.purl }}",
"licenses": "${{ steps.flatten-licenses.outputs.licenses }}"
}
- name: Notify Maintainers of Failures
if: ${{ failure() }}
uses: paketo-buildpacks/github-config/actions/issue/file@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{github.repository}}
label: workflow-failure
comment_if_exists: true
issue_title: Failed to Build/Upload ${{ env.DEP_NAME }}
issue_body: '[Build and Upload workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) failed to run. Please take a look to ensure the version in the workflow is built and uploaded successfully. (cc @paketo-buildpacks/dependencies-maintainers)'
comment_body: 'Another failure occurred: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}'
Loading

0 comments on commit e6e7006

Please sign in to comment.