| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6ad00fd commit b661ef1
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,6 +3,7 @@ | |||
| 3 | 3 | ## [UNRELEASED] | |
| 4 | 4 | ||
| 5 | 5 | - Update default CodeQL bundle version to 2.7.3. [#842](https://github.com/github/codeql-action/pull/842) | |
| 6 | + - The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. | ||
| 6 | 7 | ||
| 7 | 8 | ## 1.0.25 - 06 Dec 2021 | |
| 8 | 9 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,7 +55,7 @@ inputs: | |||
| 55 | 55 | wait-for-processing: | |
| 56 | 56 | description: If true, the Action will wait for the uploaded SARIF to be processed before completing. | |
| 57 | 57 | required: true | |
| 58 | - default: "false" | ||
| 58 | + default: "true" | ||
| 59 | 59 | token: | |
| 60 | 60 | default: ${{ github.token }} | |
| 61 | 61 | matrix: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ inputs: | |||
| 23 | 23 | wait-for-processing: | |
| 24 | 24 | description: If true, the Action will wait for the uploaded SARIF to be processed before completing. | |
| 25 | 25 | required: true | |
| 26 | - default: "false" | ||
| 26 | + default: "true" | ||
| 27 | 27 | runs: | |
| 28 | 28 | using: 'node12' | |
| 29 | 29 | main: '../lib/upload-sarif-action.js' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments