Skip to content

Commit

Permalink
ci: add permissions to yml validation workflow (#4678)
Browse files Browse the repository at this point in the history
As per OpenSSF recommendations, we want to have basic permissions on all our
workflows and the yml checker was missing the line.

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko authored Jan 7, 2025
1 parent 3fa9cfb commit a72b30d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-yml.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Validate mismatch_relations.yml

permissions: read-all

on:
push:
paths:
Expand Down

0 comments on commit a72b30d

Please sign in to comment.