mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
Bumps the github-actions-dependencies group with 2 updates: - [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) - [actions/upload-artifact](https://github.com/actions/upload-artifact) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
406 B
YAML
20 lines
406 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@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
|
|
permissions:
|
|
id-token: write
|
|
security-events: write
|
|
contents: read
|
|
with:
|
|
build: ""
|