mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-12 07:33:06 +08:00
Bumps the github-actions-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.20.6` | `0.21.0` | | [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.20.6` | `0.21.0` | | [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.3` | `0.31.4` | | [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.3` | `0.31.4` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.0` | `2.2.1` | | [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.3` | `0.31.4` | | [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.3` | `0.31.4` | | [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.3` | `0.31.4` | | [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.31.3` | `0.31.4` | Updates `hoverkraft-tech/ci-github-nodejs` from 0.20.6 to 0.21.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](338755b950...25ef8d971c) Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.20.6 to 0.21.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](338755b950...25ef8d971c) Updates `hoverkraft-tech/ci-github-common/.github/workflows/linter.yml` from 0.31.3 to 0.31.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](5ac504609f...666b7b6eb0) Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.31.3 to 0.31.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](5ac504609f...666b7b6eb0) Updates `actions/create-github-app-token` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](7e473efe3c...29824e69f5) Updates `hoverkraft-tech/ci-github-common` from 0.31.3 to 0.31.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](5ac504609f...666b7b6eb0) Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.31.3 to 0.31.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](5ac504609f...666b7b6eb0) Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.31.3 to 0.31.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](5ac504609f...666b7b6eb0) Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.31.3 to 0.31.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](5ac504609f...666b7b6eb0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml dependency-version: 0.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml dependency-version: 0.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml dependency-version: 0.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml dependency-version: 0.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml dependency-version: 0.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
442 B
YAML
21 lines
442 B
YAML
name: Internal - Checks for nodejs
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
test-nodejs:
|
|
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@25ef8d971c0a866fb9e5d90130c7aaa084619df6 # 0.21.0
|
|
permissions:
|
|
contents: read
|
|
id-token: write
|
|
packages: read
|
|
pull-requests: write
|
|
security-events: write
|
|
with:
|
|
build: ""
|
|
test: |
|
|
{"coverage":"codecov"}
|