Skip to content

Commit

Permalink
Update pr-code-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincyZhang authored Nov 22, 2024
1 parent 5d025b5 commit 9c79ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "github head ref is ${{ github.head_ref }}"
echo "github base ref is ${{ github.base_ref }}"
echo "github merge ref is refs/pull/${{ github.event.number }}/merge"
git fetch
git fetch origin main
git branch
git diff FETCH_HEAD --name-status
cd ${{ github.workspace }} && bash -x .github/workflows/scripts/check_cmd_injection.sh
Expand Down

0 comments on commit 9c79ee0

Please sign in to comment.