Skip to content

Commit

Permalink
update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdwhdw committed Dec 18, 2024
1 parent 44fbc97 commit 657691c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
path: sonic-mgmt-common
# Checkout the branch that is being merged into
# This workflow has been audited, and no secrets or untrusted code are exposed to the pull_request_target trigger.
ref: ${{ github.event.pull_request.base.ref }} # nosemgrep: yaml.github-actions.security.pull-request-target-code-checkout.pull-request-target-code-checkout
# nosemgrep: yaml.github-actions.security.pull-request-target-code-checkout.pull-request-target-code-checkout
ref: ${{ github.event.pull_request.base.ref }}

# Update go.mod to use local sonic-mgmt-common.
# This is the same hack used in the CI pipeline. See lgtm.yml.
Expand Down

0 comments on commit 657691c

Please sign in to comment.