-
Notifications
You must be signed in to change notification settings - Fork 351
Comparing changes
Open a pull request
base repository: github/codeql-action
base: v3.26.7
head repository: github/codeql-action
compare: v3.26.8
Commits on Sep 11, 2024
-
Refactor: upload all available debug artifacts in init-post
Previously, we uploaded SARIF artifacts in the `analyze-post` step and database and log artifacts in the `init-post` step. As we migrate to the updated `artifact` dependencies, we want to switch to uploading all artifacts in one step. In order to upload all artifacts in one go and maintain the artifacts at the root of the debug directory, we first move SARIF artifacts to the database directory. This should not affect any other consumers of the SARIF file as this occurs in the `init-post` step.
Configuration menu - View commit details
-
Copy full SHA for b296f26 - Browse repository at this point
Copy the full SHA b296f26View commit details -
Only upload
upload-sarif
debug artifacts at most oncePreviously, we uploaded combined SARIF artifacts in both the `analyze-post` and `upload-sarif-post` steps. This change ensures that these artifacts are uploaded at most once — in `analyze-post` if it is a first-party run and `upload-sarif-post` if it is a third-party run. This is a defensive check because as we upgrade to the new `artifact` dependencies we will not be able to upload artifacts to the same artifact directory.
Configuration menu - View commit details
-
Copy full SHA for c098b25 - Browse repository at this point
Copy the full SHA c098b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba2440 - Browse repository at this point
Copy the full SHA 4ba2440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ce313 - Browse repository at this point
Copy the full SHA 82ce313View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bfd40 - Browse repository at this point
Copy the full SHA d4bfd40View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb7faf5 - Browse repository at this point
Copy the full SHA cb7faf5View commit details -
Rename
upload-debug-artifacts
tocombined-sarif-artifacts
More accurately describes what these artifacts are, rather than the step they're uploaded in.
Configuration menu - View commit details
-
Copy full SHA for e771680 - Browse repository at this point
Copy the full SHA e771680View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc660fc - Browse repository at this point
Copy the full SHA bc660fcView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d795ead - Browse repository at this point
Copy the full SHA d795eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f57b8 - Browse repository at this point
Copy the full SHA d4f57b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa08c06 - Browse repository at this point
Copy the full SHA fa08c06View commit details -
Merge pull request #2479 from github/mergeback/v3.26.7-to-main-8214744c
Mergeback v3.26.7 refs/heads/releases/v3 into main
Configuration menu - View commit details
-
Copy full SHA for e1d2bc5 - Browse repository at this point
Copy the full SHA e1d2bc5View commit details -
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
Configuration menu - View commit details
-
Copy full SHA for 51de6a8 - Browse repository at this point
Copy the full SHA 51de6a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b04fb - Browse repository at this point
Copy the full SHA 86b04fbView commit details -
Merge pull request #2477 from github/fix-incorrect-token-docs
Fix incorrect documentation about the `token` input to the Actions.
Configuration menu - View commit details
-
Copy full SHA for c101242 - Browse repository at this point
Copy the full SHA c101242View commit details -
Use generated token on checkout
The script `.github/update-release-branch.py` uses the `git` command to push changes. Therefore we need to ensure that `git` authenticates with a token that has the `workflows` write permision. This change restore the GitHub token used by the script to access the API and applies the `workflows` write permission to the token used by `git`.
Configuration menu - View commit details
-
Copy full SHA for 762210d - Browse repository at this point
Copy the full SHA 762210dView commit details -
Merge pull request #2475 from github/angelapwen/refactor-debug-artifa…
…cts-upload Refactor: prepare debug artifacts for `artifact` upgrades
Configuration menu - View commit details
-
Copy full SHA for fe22310 - Browse repository at this point
Copy the full SHA fe22310View commit details -
Merge pull request #2481 from rvermeulen/rvermeulen/use-correct-token…
…-for-auth Use generated token on checkout
Configuration menu - View commit details
-
Copy full SHA for 5618c9f - Browse repository at this point
Copy the full SHA 5618c9fView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d061f2c - Browse repository at this point
Copy the full SHA d061f2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd9c4a - Browse repository at this point
Copy the full SHA bbd9c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc3253 - Browse repository at this point
Copy the full SHA 6cc3253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d7a6c - Browse repository at this point
Copy the full SHA 80d7a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd7c80 - Browse repository at this point
Copy the full SHA bbd7c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7307d - Browse repository at this point
Copy the full SHA dd7307dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 213bf36 - Browse repository at this point
Copy the full SHA 213bf36View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 642bbfc - Browse repository at this point
Copy the full SHA 642bbfcView commit details -
Merge pull request #2486 from github/henrymercer/improve-debug-artifa…
…ct-robustness Improve the robustness of creating and uploading debug artifacts
Configuration menu - View commit details
-
Copy full SHA for 782de45 - Browse repository at this point
Copy the full SHA 782de45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d398e - Browse repository at this point
Copy the full SHA 78d398eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0a3cf2 - Browse repository at this point
Copy the full SHA d0a3cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e24973 - Browse repository at this point
Copy the full SHA 6e24973View commit details -
Merge pull request #2488 from github/henrymercer/debug-artifacts-bett…
…er-logging Improve logging when preparing and uploading debug artifacts
Configuration menu - View commit details
-
Copy full SHA for 34666c1 - Browse repository at this point
Copy the full SHA 34666c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a585f - Browse repository at this point
Copy the full SHA a1a585fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 498c508 - Browse repository at this point
Copy the full SHA 498c508View commit details -
Merge pull request #2487 from rvermeulen/rvermeulen/uri-errors-as-war…
…nings Turn URI errors into warnings
Configuration menu - View commit details
-
Copy full SHA for cb28816 - Browse repository at this point
Copy the full SHA cb28816View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0e2d75 - Browse repository at this point
Copy the full SHA e0e2d75View commit details -
Merge pull request #2483 from github/update-bundle/codeql-bundle-v2.19.0
Update default bundle to 2.19.0
Configuration menu - View commit details
-
Copy full SHA for 64431c6 - Browse repository at this point
Copy the full SHA 64431c6View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00b3604 - Browse repository at this point
Copy the full SHA 00b3604View commit details -
Merge pull request #2490 from github/update-v3.26.8-64431c66d
Merge main into releases/v3
Configuration menu - View commit details
-
Copy full SHA for 294a9d9 - Browse repository at this point
Copy the full SHA 294a9d9View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.