Skip to content

Commit daedd9e

Browse files
committed
disable pull request target for now -.-
1 parent fd260eb commit daedd9e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/static_analysis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
branches:
66
- "*"
7-
# 'pull_request_target' allows this Action to also run on forked repositories
8-
# The output will be shown in PR comments (unless the 'force_console_print' flag is used)
9-
pull_request_target:
10-
branches:
11-
- "*"
7+
# # 'pull_request_target' allows this Action to also run on forked repositories
8+
# # The output will be shown in PR comments (unless the 'force_console_print' flag is used)
9+
# pull_request_target:
10+
# branches:
11+
# - "*"
1212

1313
jobs:
1414
static_analysis:
@@ -21,6 +21,8 @@ jobs:
2121
- name: Run static analysis
2222
uses: esp-cpp/StaticAnalysis@master
2323
with:
24+
language: c++
25+
2426
# Do not build the project and do not use cmake to generate compile_commands.json
2527
use_cmake: false
2628

0 commit comments

Comments
 (0)