Skip to content

Commit

Permalink
Remove codeql workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
austins committed Oct 19, 2024
1 parent a58be05 commit a17c80b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 87 deletions.
81 changes: 0 additions & 81 deletions .github/workflows/codeql.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
#analyze:
# uses: ./.github/workflows/codeql.yml
test:
uses: ./.github/workflows/test.yml
docker:
#needs: [ analyze, test ]
needs: test
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ on:
branches: [ master ]

jobs:
#analyze:
# uses: ./.github/workflows/codeql.yml
test:
uses: ./.github/workflows/test.yml
1 change: 0 additions & 1 deletion DiscordTranslationBot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
ProjectSection(SolutionItems) = preProject
.github\workflows\deploy.yml = .github\workflows\deploy.yml
.github\workflows\test.yml = .github\workflows\test.yml
.github\workflows\codeql.yml = .github\workflows\codeql.yml
.github\workflows\pr.yml = .github\workflows\pr.yml
EndProjectSection
EndProject
Expand Down

0 comments on commit a17c80b

Please sign in to comment.