Skip to content

Prepare CodeClone 2.0.1 stability release #8

Prepare CodeClone 2.0.1 stability release

Prepare CodeClone 2.0.1 stability release #8

Workflow file for this run

name: CodeClone
on:
pull_request:
types: [ opened, synchronize, reopened ]
paths: [ "**/*.py" ]
permissions:
contents: read
security-events: write
pull-requests: write
concurrency:
group: codeclone-${{ github.ref }}
cancel-in-progress: true
jobs:
codeclone:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Run CodeClone
uses: ./.github/actions/codeclone
with:
python-version: "3.14"
fail-on-new: "true"
fail-health: "60"
sarif: "true"
pr-comment: "true"