Skip to content

Commit eae8bac

Browse files
Merge branch 'main' into mergeback/v1.0.20-to-main-e86ea38e
2 parents 4647e20 + c226132 commit eae8bac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
git config --global user.name "github-actions[bot]"
3636
git add node_modules
3737
git commit -am "Update checked-in dependencies"
38-
git push origin "$BRANCH"
38+
git push origin "HEAD:$BRANCH"
3939
fi

upload-sarif/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ description: 'Upload the analysis results'
33
author: 'GitHub'
44
inputs:
55
sarif_file:
6-
description: The SARIF file or directory of SARIF files to be uploaded. Each upload should contain a maximum of 1000 results, any additional results are ignored.
6+
description: |
7+
The SARIF file or directory of SARIF files to be uploaded to GitHub code scanning.
8+
See https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#uploading-a-code-scanning-analysis-with-github-actions
9+
for information on the maximum number of results and maximum file size supported by code scanning.
710
required: false
811
default: '../results'
912
checkout_path:

0 commit comments

Comments
 (0)