Skip to content

Commit

Permalink
...stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nrayburn-tech committed Feb 16, 2024
1 parent c3474c7 commit e7f54df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:

jobs:
analyze:
defaults:
run:
working-directory: ./src
name: Analyze
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
Expand Down Expand Up @@ -84,7 +87,6 @@ jobs:

- run: |
echo "Run, Build Application using script"
cd src
go build -v
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit e7f54df

Please sign in to comment.