mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-09 14:13:06 +08:00
Bumps [docker-compose](https://github.com/PDMLab/docker-compose) from 0.24.7 to 0.24.8. - [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md) - [Commits](https://github.com/PDMLab/docker-compose/compare/v0.24.7...v0.24.8) --- updated-dependencies: - dependency-name: docker-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
20 lines
362 B
YAML
20 lines
362 B
YAML
name: Internal - Checks for nodejs
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
permissions:
|
|
contents: read
|
|
security-events: write
|
|
id-token: write
|
|
|
|
jobs:
|
|
test-nodejs:
|
|
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.5.1
|
|
permissions:
|
|
id-token: write
|
|
security-events: write
|
|
contents: read
|
|
with:
|
|
build: ""
|