Skip to content

Commit

Permalink
Merge pull request #434 from bensonhome/main
Browse files Browse the repository at this point in the history
🎨 :更新tca.yml,customtool
  • Loading branch information
Lingghh authored Jun 24, 2022
2 parents 3d0ca09 + 11b154b commit b9b8300
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/tca.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
name: Tencent Cloud Code Analysis

on:
push:
pull_request:
branches:
- main

jobs:
CodeAnalysis:
runs-on: ubuntu-latest
TCA:
name: Tencent Cloud Code Analysis
runs-on: ubuntu-latest
env:
INPUT_BLOCK: false
INPUT_LABEL: safety
INPUT_IGNORE_PATHS: .git/.*,.github/workflows/.*
INPUT_FROM_FILE: changed.txt
container:
image: bensonhome/tca-action
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: get git diff files
run: git diff ${{ github.sha }} ${{ github.sha }}^ --name-only > changed.txt
run: git diff ${{ github.sha }} ${{ github.sha }}^ --name-only > changed.txt && cat changed.txt
- name: Tencent Cloud Code Analysis
uses: TCATools/TCA-action@main
with:
block: false
label: safety
from_file: changed.txt
ignore_paths: .git/.*,.github/workflows/.*
run: /tca_action/entrypoint.sh
Binary file modified client/tool/customtool.cp37-win_amd64.pyd
Binary file not shown.
Binary file modified client/tool/customtool.cpython-37m-aarch64-linux-gnu.so
Binary file not shown.
Binary file modified client/tool/customtool.cpython-37m-darwin.so
Binary file not shown.
Binary file modified client/tool/customtool.cpython-37m-x86_64-linux-gnu.so
Binary file not shown.

0 comments on commit b9b8300

Please sign in to comment.