summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJose Santiago Vales Mena <[email protected]>2025-07-14 12:10:53 -0700
committerGitHub <[email protected]>2025-07-14 12:10:53 -0700
commit152cf49d82ddc2c62884dd20936e4db32002dbbe (patch)
tree6965305a5e08fb7ee2fc9675d2f8f3a07de47f48 /.github
parentcb0261eae2d3c6dce51d709404b19baf7e3acb7f (diff)
parentbf031504a51bf67e33e8280ef51d2189c434f04a (diff)
Merge branch 'main' into main
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Code-Scanning.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml
index 1364bfbd..63e155c9 100644
--- a/.github/workflows/Code-Scanning.yml
+++ b/.github/workflows/Code-Scanning.yml
@@ -48,7 +48,7 @@ jobs:
run: nuget restore .\packages.config -PackagesDirectory .\packages\
- name: Get changed files
id: get-changed-files
- uses: tj-actions/changed-files@v46
+ uses: tj-actions/changed-files@v41
with:
separator: ","
- name: Initialize CodeQL