File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
41
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
42
42
with :
43
43
languages : ${{ matrix.language }}
44
44
build-mode : ${{ matrix.build-mode }}
54
54
exit 1
55
55
56
56
- name : Perform CodeQL Analysis
57
- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
57
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
58
58
with :
59
59
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
17
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
18
18
with :
19
19
python-version : " 3.x"
20
20
Original file line number Diff line number Diff line change 36
36
37
37
# 2. Set up Python environment
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
39
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
Original file line number Diff line number Diff line change 65
65
# Upload the results to GitHub's code scanning dashboard (optional).
66
66
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
68
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments