Skip to content

Commit 4c0bd9b

Browse files
Potential fix for code scanning alert no. 416: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 55ac285 commit 4c0bd9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,9 @@ jobs:
802802
name: Upload merged coverage to Codecov
803803
needs: [unit, integration]
804804
runs-on: ubuntu-latest
805+
permissions:
806+
contents: read
807+
actions: read
805808
steps:
806809
- name: Install Codecov CLI
807810
run: |

0 commit comments

Comments
 (0)