Releases: KineticCafe/actions-dco
Releases · KineticCafe/actions-dco
v1.3.1
j## 1.3.1 / 2024-11-01
-
Upgrade dependencies.
-
Add CodeQL configuration.
-
Switch to Mise for local dependency management instead of NVM with direnv.
What's Changed
- Bump pnpm/action-setup from 2 to 3 by @dependabot in #67
- Bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in #68
- Create codeql.yml by @halostatue in #69
- Bump KineticCafe/actions from 1.2 to 1.3 by @dependabot in #72
- Unified upgrade by @halostatue in #71
- chore: Bump @biomejs/biome from 1.6.4 to 1.7.0 by @dependabot in #77
- chore: Bump @octokit/types from 12.6.0 to 13.4.1 by @dependabot in #79
- chore: Bump @biomejs/biome from 1.7.0 to 1.7.2 by @dependabot in #81
- chore: Bump the pnpm-dev group across 1 directory with 2 updates by #82
- Consolidated Dependency Updates 20240702 by @halostatue in #88
- chore: Bump actions/setup-node from 4.0.2 to 4.0.3 in the actions group by #89
- chore: Bump typescript from 5.5.3 to 5.5.4 in the pnpm-dev group by #90
- chore: Bump KineticCafe/actions from 1.3 to 2.0 by @dependabot in #98
- chore: Bump actions/setup-node from 4.0.3 to 4.0.4 in the actions group by #97
- update dependencies by @halostatue in #99
- chore: Bump @biomejs/biome from 1.9.3 to 1.9.4 by @dependabot in #105
- chore: Bump @actions/core from 1.10.1 to 1.11.1 in the pnpm-prod group by #103
- chore: Bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #107
- chore: Bump @types/node from 20.14.9 to 20.17.5 by @dependabot in #108
- chore: Bump typescript from 5.6.2 to 5.6.3 by @dependabot in #109
- chore: Bump @octokit/types from 13.5.0 to 13.6.1 by @dependabot in #110
- 1.3.1: Dependency update by @halostatue in #111
Full Changelog:
v1.3.0
1.3 / 2024-02-28
-
Upgrade dependencies.
-
Improved governance documentation, mostly by adding it.
-
Switched from eslint/prettier to Biome.
-
Included action / version in the output.
What's Changed
- Bump the types-and-lint group with 5 updates by @dependabot in #57
- Bump the actions group with 1 update by @dependabot in #56
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #59
- Bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #58
- Bump the types-and-lint group with 7 updates by @dependabot in #60
- Bump the actions group with 3 updates by @dependabot in #61
- Bump the types-and-lint group with 6 updates by @dependabot in #62
- Bump the types-and-lint group with 3 updates by @dependabot in #63
- Bump the actions group with 1 update by @dependabot in #64
- Bump undici from 5.27.0 to 5.28.3 by @dependabot in #65
- Dependency and governance upgrades by @halostatue in #66
Full Changelog: v1.2...v1.3.0
v1.2.0
1.2 / 2023-09-25
- Upgraded dependencies and set runtime as Node v20.
What's Changed
- Bump @types/node from 20.4.2 to 20.4.4 by @dependabot in #35
- Bump @types/node from 20.4.4 to 20.4.5 by @dependabot in #36
- Bump eslint from 8.45.0 to 8.46.0 by @dependabot in #38
- Bump @typescript-eslint/parser from 6.1.0 to 6.2.0 by @dependabot in #37
- Bump @types/node from 20.4.5 to 20.4.8 by @dependabot in #39
- Bump prettier from 3.0.0 to 3.0.1 by @dependabot in #40
- Slow down Dependabot updates by @halostatue in #45
- Bump the actions group with 1 update by @dependabot in #46
- Bump the types-and-lint group with 4 updates by @dependabot in #48
- Bump the actions group with 1 update by @dependabot in #49
- Bump the types-and-lint group with 6 updates by @dependabot in #50
- Bump the actions group with 1 update by @dependabot in #51
- Upgrade and rebuild on Node 20 by @halostatue in #55
Full Changelog: v1.1...v1.2.0
v1.1.0
- Improved error messages using action summaries (
summary
in@actions/core
). - Added
exempt-authors
for assumed-permitted (e.g, company-owned open source repos automatically permit company emails).
v1.0
Enforce Developer Certificate of Origin (DCO) sign-off on pull requests.
Example Usage
name: DCO Check
on:
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: KineticCafe/actions-dco@v1.0
Inputs
repo-token
: The GitHub token for use with this. Defaults to${{ github.token }}
and needs to have sufficient permissions to…
Notes
This is the initial release of KineticCafe/actions-dco, based on tisonkun/actions-dco, ported to Typescript and using Node 16.