chore: fix and improve CI workflows and docker compose#1277
Merged
lusergit merged 2 commits intoedgehog-device-manager:mainfrom Mar 10, 2026
Merged
chore: fix and improve CI workflows and docker compose#1277lusergit merged 2 commits intoedgehog-device-manager:mainfrom
lusergit merged 2 commits intoedgehog-device-manager:mainfrom
Conversation
Updated dependencies that only include minor changes Command: `npm update` Signed-off-by: Jasmina <jasmina.piric@secomind.com>
e9237e6 to
50d4a15
Compare
- Fix CodeQL code scanning alert: add `codeql` job to frontend-ci.yaml
so GitHub can track the configuration on the main branch
- Fix broken reusable workflow reference: docs-workflow.yaml →
docs-ci.yaml in backend-ci.yaml
- Fix release-ci.yaml: publish condition was a string comparison outside
${{ }}, not a boolean; fix make-release outputs mapping (missing `id`
and `outputs` block); add `secrets: inherit` for DOCS_DEPLOY_KEY
- Fix doc-publish composite action: composite actions cannot access the
secrets context directly; expose deploy key as an explicit input
- Fix frontend-build.yaml name (was "frontend check types", conflicting
with frontend-types.yaml)
- Pin coverallsapp/github-action from @master to @v2
- Rename backend-minio.yaml → backend-rustfs.yaml to match its content
- Remove unused POSTGRES_HOST env var from backend CI workflows; the
backend uses DATABASE_HOSTNAME, configured in config/test.exs
- Align backend workflow names to a consistent lowercase pattern
matching frontend conventions (e.g. "backend check format")
- Update typos to v1.44.0 and replace wget install with
crate-ci/typos action in commit-lint.yaml; write commit messages to
a temp file so the action can scan them
- Fix docker-compose.yml: corrupted REGISTRY_AUTH value, add healthcheck
to rustfs using curl so dependent services can rely on it being
ready before proceeding, set rustfs-init to wait on rustfs, add
--ignore-existing to mc mb to make bucket creation idempotent
Signed-off-by: Omar <omar.brbutovic@secomind.com>
50d4a15 to
678266b
Compare
lusergit
approved these changes
Mar 10, 2026
Dam-99
approved these changes
Mar 10, 2026
Collaborator
|
/fast-forward |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix and improve CI workflows and docker compose
codeqljob to frontend-ci.yaml so GitHub can track the configuration on the main branchidandoutputsblock); addsecrets: inheritfor DOCS_DEPLOY_KEYChecklist
Further Comments (optional)
Screenshots / Demos (optional)