Commit c9bd7f9
authored
Add missing lint permission (#315)
## ๐๏ธ Tracking
<!-- Paste the link to the Jira or GitHub issue or otherwise describe /
point to where this change is coming from. -->
## ๐ Objective
Fix the broken lint by PR #312, which worked on the PR but is breaking
on main:
https://github.com/bitwarden/sdk-internal/actions/runs/15714245005/job/44279873943
The docs for the upload action mention it needs `security-events`
permission to upload the results, so I'm going to guess that's the issue
here. Strange that it worked on the PR without it though.
https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#example-workflow-for-sarif-files-generated-outside-of-a-repository
## โฐ Reminders before review
- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or
informed the documentation
team
## ๐ฆฎ Reviewer guidelines
<!-- Suggested interactions but feel free to use (or not) as you desire!
-->
- ๐ (`:+1:`) or similar for great changes
- ๐ (`:memo:`) or โน๏ธ (`:information_source:`) for notes or general info
- โ (`:question:`) for questions
- ๐ค (`:thinking:`) or ๐ญ (`:thought_balloon:`) for more open inquiry
that's not quite a confirmed
issue and could potentially benefit from discussion
- ๐จ (`:art:`) for suggestions / improvements
- โ (`:x:`) or 1 parent f52e4eb commit c9bd7f9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments