Skip to content

Commit

Permalink
fix: Adds codeql scanning back to the release pipeline (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: ruby-automation <bougy.man@gmail.com>
  • Loading branch information
bougyman and ruby-automation authored Jun 3, 2024
1 parent 01dc98f commit 0b0d602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

validate_codeql:
name: CodeQL Analysis
uses: ./.github/workflows/main.yml
uses: ./.github/workflows/codeql.yml

release:
needs: [validate_ruby, validate_codeql]
Expand Down

0 comments on commit 0b0d602

Please sign in to comment.