File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 86
86
87
87
# Initialize CodeQL.
88
88
- name : Initialize CodeQL
89
- uses : github/codeql-action/init@v3.28.8
89
+ uses : github/codeql-action/init@v3.28.9
90
90
with :
91
91
languages : ${{ matrix.language }}
92
92
build-mode : ${{ matrix.build-mode }}
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
# Perform CodeQL analysis after the build has completed successfully or failed.
118
118
- name : Perform CodeQL Analysis
119
- uses : github/codeql-action/analyze@v3.28.8
119
+ uses : github/codeql-action/analyze@v3.28.9
120
120
if : success() || failure()
121
121
with :
122
122
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 88
88
89
89
# Initialize CodeQL.
90
90
- name : Initialize CodeQL
91
- uses : github/codeql-action/init@v3.28.8
91
+ uses : github/codeql-action/init@v3.28.9
92
92
with :
93
93
languages : ${{ matrix.language }}
94
94
build-mode : ${{ matrix.build-mode }}
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
# Perform CodeQL Analysis if the build succeeded or failed.
121
121
- name : Perform CodeQL Analysis
122
- uses : github/codeql-action/analyze@v3.28.8
122
+ uses : github/codeql-action/analyze@v3.28.9
123
123
if : success() || failure()
124
124
with :
125
125
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 50
50
51
51
# Uploads Sarif Report to GitHub
52
52
- name : Upload mobsfscan report
53
- uses : github/codeql-action/upload-sarif@v3.28.8
53
+ uses : github/codeql-action/upload-sarif@v3.28.9
54
54
if : success() || failure()
55
55
with :
56
56
sarif_file : mobsf.sarif.json
Original file line number Diff line number Diff line change 44
44
45
45
# Uploads Sarif Report for the app to GitHub
46
46
- name : Upload Swift app report
47
- uses : github/codeql-action/upload-sarif@v3.28.8
47
+ uses : github/codeql-action/upload-sarif@v3.28.9
48
48
if : success() || failure()
49
49
with :
50
50
sarif_file : lint-results-debug.sarif
You can’t perform that action at this time.
0 commit comments