File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
71
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
72
72
with :
73
73
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
}
11
11
12
12
dependencies {
13
- implementation(" org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.7.0 " )
13
+ implementation(" org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.7.1 " )
14
14
implementation(" org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.4.0" )
15
15
implementation(" com.dorongold.plugins:task-tree:4.0.1" ) // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
16
16
}
You can’t perform that action at this time.
0 commit comments