Skip to content

Commit

Permalink
Merge pull request #964 from step-security-bot/stepsecurity_remediati…
Browse files Browse the repository at this point in the history
…on_1703875364

ci: harden github actions
  • Loading branch information
tolgaOzen authored Dec 29, 2023
2 parents 33bf308 + 32edae4 commit 3131ff0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
schedule:
- cron: '30 18 * * 2'

permissions:
contents: read

jobs:
analyze:
name: Analyze
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Quality
on: [push, pull_request]
permissions:
contents: read

jobs:
test:
name: Test with Coverage
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- opened
- edited
- synchronize
permissions:
contents: read

jobs:
validate:
name: Validate PR title
Expand Down

0 comments on commit 3131ff0

Please sign in to comment.