Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 67296c9

Browse files
author
Joshua Thompson-Lindley
authored
Update build_release.yml
Signed-off-by: Joshua Thompson-Lindley <[email protected]>
1 parent 47c743a commit 67296c9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build_release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Initialize Runtime Code Analysis
20-
uses: github/codeql-action/init@v2
21-
with:
22-
languages: python
2319
- name: Setup Worker
2420
run: ci/scripts/setup_worker.sh
2521
- name: Increment Version Number
@@ -28,14 +24,6 @@ jobs:
2824
run: ci/scripts/build.sh
2925
- name: Perform Static Code Analysis
3026
run: ci/scripts/codescan.sh
31-
- name: Perform Runtime Code Analysis
32-
uses: github/codeql-action/analyze@v2
33-
- name: Perform Secure Code Analysis (Secrets)
34-
uses: trufflesecurity/trufflehog@main
35-
with:
36-
path: ./
37-
base: ${{ github.ref_name }}
38-
head: HEAD
3927
- name: Run Unit Tests
4028
run: ci/scripts/test_runner.sh
4129
- name: Upload release to PyPI

0 commit comments

Comments
 (0)