Skip to content

build(deps): Bump github.com/openziti/foundation/v2 from 2.0.45 to 2.0.46 #118

build(deps): Bump github.com/openziti/foundation/v2 from 2.0.45 to 2.0.46

build(deps): Bump github.com/openziti/foundation/v2 from 2.0.45 to 2.0.46 #118

Workflow file for this run

name: DCO Check
on: [pull_request]
jobs:
dco_check_job:
runs-on: ubuntu-latest
name: DCO Check
steps:
- name: Get PR Commits
uses: tim-actions/get-pr-commits@master
id: 'get-pr-commits'
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}