Skip to content

Commit

Permalink
run codeql on code changes only (#1226)
Browse files Browse the repository at this point in the history
* run codeql on code changes only

* update changelog
  • Loading branch information
egaxhaj authored and SpicyLemon committed Nov 16, 2022
1 parent 55c292a commit cd083d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: "CodeQL"

on:
pull_request:
paths:
- "**.go"
- "go.mod"
- "go.sum"
- ".github/workflows/codeql-analysis.yml"
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

* Updated Cosmos-SDK to v0.46.4-pio-1 (from v0.46.3-pio-1) [PR 1229](https://github.com/provenance-io/provenance/pull/1229).
* Update swagger files [PR 1229](https://github.com/provenance-io/provenance/pull/1229).
* Improve CodeQL workflow to run on Go file changes only [#1225](https://github.com/provenance-io/provenance/issues/1225)

### Bug Fixes

Expand Down

0 comments on commit cd083d0

Please sign in to comment.