summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
diff options
context:
space:
mode:
author5an7y-Microsoft <[email protected]>2026-05-06 16:16:31 -0700
committerGitHub <[email protected]>2026-05-06 16:16:31 -0700
commit9eabe3889727b4ef1a87721ddcfc8b2b5d799291 (patch)
treef1dba30aa1f1a890c56ca53db1092c88546af12d /.github/workflows/Code-Scanning.yml
parent1afe1d01be66facf0d03bcc55232eeea6c402df8 (diff)
parent9920a067bae510ea6e9ce9897b44b6708ddbb85b (diff)
Merge pull request #1378 from microsoft/main
FI: main -> develop
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
-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 232545ad..c7637e3b 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@v41
+ uses: tj-actions/changed-files@v46
with:
separator: ","
- name: Initialize CodeQL