Skip to content

Commit

Permalink
github action version check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 1, 2024
1 parent 84d77f1 commit 2ad67ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: check version
run: |
sudo apt install yq -y
snap install yq
export COMPARISON_BRANCH=origin/master
git branch -a
yq -h
Expand Down

0 comments on commit 2ad67ba

Please sign in to comment.