mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Apply code review findings
This commit is contained in:
1
.github/workflows/csv-coverage-update.yml
vendored
1
.github/workflows/csv-coverage-update.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
update:
|
||||
name: Update framework coverage report
|
||||
if: github.event.repository.fork == false
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -101,8 +101,9 @@ if not found_diff:
|
||||
["gh", "pr", "close", str(already_open_pr), "-R", repo])
|
||||
else:
|
||||
utils.subprocess_run(["git", "config", "user.name",
|
||||
"CodeQL GitHub Actions Bot"])
|
||||
utils.subprocess_run(["git", "config", "user.email", "<>"])
|
||||
"github-actions[bot]"])
|
||||
utils.subprocess_run(["git", "config", "user.email",
|
||||
"41898282+github-actions[bot]@users.noreply.github.com"])
|
||||
utils.subprocess_run(["git", "add", "."])
|
||||
utils.subprocess_run(
|
||||
["git", "commit", "-m", "Add changed framework coverage reports"])
|
||||
|
||||
Reference in New Issue
Block a user