Skip to content

Releases: KineticCafe/actions-dco

v1.3.1

01 Nov 17:45
Compare
Choose a tag to compare

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...v1.3.1

v1.3.0

27 Feb 19:33
v1.3.0
50a0f2a
Compare
Choose a tag to compare

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

Full Changelog: v1.2...v1.3.0

v1.2.0

27 Feb 19:32
v1.2.0
Compare
Choose a tag to compare

1.2 / 2023-09-25

  • Upgraded dependencies and set runtime as Node v20.

What's Changed

Full Changelog: v1.1...v1.2.0

v1.1.0

22 Jul 03:30
v1.1.0
Compare
Choose a tag to compare
  • 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

13 Jun 04:15
v1.0
3a68e38
Compare
Choose a tag to compare

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.