feat: add unsaved changes warning modal to forms #9721
main.yaml
on: pull_request
Matrix: build / build-and-push-image
install-env
/
install-test-env
1m 27s
is-tagged-release
26s
test-checks
/
trivy-scan-code
20s
test-checks
/
cocogitto
27s
test-checks
/
gitleaks
27s
test-checks
/
check_immutable_sqitch_files
26s
test-checks
/
check_deleted_sqitch_tags
33s
rebase-feature-pr
0s
Matrix: test-checks / codeql-scan
setup-s3-backup
/
deploy-s3-secret-to-dev
24s
setup-s3-backup
/
deploy-s3-secret-to-test
24s
setup-s3-backup
/
deploy-s3-secret-to-prod
20s
has-merge-conflict
/
check_merge_conflicts
28s
cleanup_feature
/
clean-feature-env
18s
test-checks
/
lint-chart
20s
test-containers
/
trivy-scan-app
1m 27s
test-containers
/
trivy-scan-db
27s
test-code
/
jest
5m 42s
test-code
/
eslint
1m 39s
test-code
/
schema
1m 35s
test-code
/
reverts
3m 20s
test-code
/
pgtap
2m 14s
test-e2e
/
yarn-test-e2e-applicant
4m 47s
test-e2e
/
yarn-test-e2e-admin
3m 9s
test-e2e
/
yarn-test-e2e-analyst
5m 18s
test-zap
/
zap-owasp-full
5m 25s
ensure-sqitch-plan-ends-with-tag
0s
deploy-feature
/
deploy-feature-to-openshift-development
test-e2e
/
yarn-test-e2e-finalize
53s
deploy-feature
/
update-jira-issue
deploy
/
...
/
export-secrets
deploy
/
...
/
export-secrets
deploy
/
...
/
export-secrets
deploy
/
create-release
deploy
/
...
/
create_hotfix_branch
Annotations
1 error and 17 warnings
test-containers / trivy-scan-app
Process completed with exit code 1.
|
setup-s3-backup / deploy-s3-secret-to-prod
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
setup-s3-backup / deploy-s3-secret-to-dev
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
setup-s3-backup / deploy-s3-secret-to-test
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
install-env / install-test-env
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-code / schema
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-code / eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-code / pgtap
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-code / reverts
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-code / jest
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Sensitive data should not be used in the ARG or ENV commands:
app/Dockerfile#L20
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "SENTRY_AUTH_TOKEN")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
Sensitive data should not be used in the ARG or ENV commands:
app/Dockerfile#L21
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SENTRY_AUTH_TOKEN")
More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
|
test-e2e / yarn-test-e2e-admin
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-e2e / yarn-test-e2e-applicant
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-e2e / yarn-test-e2e-analyst
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-zap / zap-owasp-full
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-e2e / yarn-test-e2e-finalize
The following actions use a deprecated Node.js version and will be forced to run on node20: asdf-vm/actions/setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "zap_scan".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bcgov~CONN-CCBC-portal~LRJQ4U.dockerbuild
|
78.5 KB |
|
bcgov~CONN-CCBC-portal~LUCFI9.dockerbuild
|
46.2 KB |
|
bcgov~CONN-CCBC-portal~LV1DNF.dockerbuild
|
103 KB |
|
bcgov~CONN-CCBC-portal~UIBZHO.dockerbuild
|
81.2 KB |
|
zap_scan
|
979 KB |
|