Skip to content
Merged
Changes from all commits
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
8 changes: 7 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@
COMPONENT_NAME: wfprev-gdb-extractor
TAG: ${{ github.event.release.tag_name }}

reports-generator-build:
uses: ./.github/workflows/report-generator-image-build.yml
secrets: inherit
with:
TAG: ${{ github.event.release.tag_name }}

# include additional steps for DLV, PRD
# rename to deploy-wftst, rename environment to tst
deploy-wfdlv:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
needs: [tag-builds, node-build]
if: ${{ contains(github.event.release.tag_name, '-beta') }}
uses: ./.github/workflows/terragrunt-deploy.yml
Expand Down Expand Up @@ -71,4 +77,4 @@
needs: [deploy-wftst]
with:
DEFAULT_APPLICATION_ENVIRONMENT: wftst
secrets: inherit
secrets: inherit
Loading