Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/run-change-detection/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ runs:
# pull_request_target, the empty sparse checkout below ensures no
# files from the ref are materialized on disk — only git objects are
# fetched — so no code from the PR is ever executed.
# codeql[actions/untrusted-checkout/medium]
- name: Check out source code
# codeql[actions/untrusted-checkout/medium]
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
Expand Down
Loading