Skip to content

ci: standardize srtla workflows (concurrency, perms, ccache, latest actions) + Dependabot - #31

Merged
andrescera merged 1 commit into
mainfrom
ci/cicd-standardization
Jun 21, 2026
Merged

ci: standardize srtla workflows (concurrency, perms, ccache, latest actions) + Dependabot#31
andrescera merged 1 commit into
mainfrom
ci/cicd-standardization

Conversation

@andrescera

Copy link
Copy Markdown
Member

What

  • Add concurrency to build-check, static-analysis, bindings (cancel:true) and publish-release (cancel:false)
  • Add explicit permissions: contents: read to 4 workflows (publish keeps contents: write)
  • Add ccache to CMake builds in build-check + static-analysis (actions/cache for ~/.ccache, CMAKE_*_COMPILER_LAUNCHER=ccache)
  • Pin all uses: to resolved-latest major across all 5 workflows
  • compat-matrix.yml: action pins only (concurrency + permissions already present — untouched)
  • srtla/.github/actions/compat-build/action.yml: UNTOUCHED (byte-identical)
  • Add .github/dependabot.yml (npm bindings + github-actions, weekly)

Why

Part of the cicd-standardization effort. Root policy PR (#25) merged first.

Risks

Low — CI config only. compat-build composite untouched. Receiver-only .deb packaging untouched.

@andrescera
andrescera merged commit 7094d1f into main Jun 21, 2026
10 checks passed
@andrescera
andrescera deleted the ci/cicd-standardization branch June 21, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant