File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1717 schedule :
1818 - cron : ' 25 15 * * 3'
1919 push :
20- branches : [ "main" ]
20+ branches : [ "main", "develop" ]
2121 pull_request :
22- branches :
23- - main
22+ branches : [ "main", "develop" ]
2423
2524# Declare default permissions as read only.
2625permissions : read-all
@@ -67,14 +66,14 @@ jobs:
6766 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6867 # format to the repository Actions tab.
6968 - name : " Upload artifact"
70- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
69+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
7170 with :
7271 name : SARIF file
7372 path : results.sarif
7473 retention-days : 5
7574
7675 # Upload the results to GitHub's code scanning dashboard.
7776 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
77+ uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
7978 with :
8079 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments