Skip to content

Commit bf6f59a

Browse files
authored
timeseries, multimodal: scans: Fixed codeql scan (#1914)
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
1 parent d63a171 commit bf6f59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/industrial-edge-insights-time-series-scans.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ jobs:
813813
output: results-timeseries
814814

815815
- name: Set up Python
816-
uses: actions/setup-python@0b93645e9a3d3444828e57bfd88b7d7c95db7be0 #v4.8.0
816+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.3.0
817817
with:
818818
python-version: '3.x'
819819

@@ -893,7 +893,7 @@ jobs:
893893
output: results-multimodal
894894

895895
- name: Set up Python
896-
uses: actions/setup-python@0b93645e9a3d3444828e57bfd88b7d7c95db7be0 #v4.8.0
896+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.3.0
897897
with:
898898
python-version: '3.x'
899899

0 commit comments

Comments
 (0)