Skip to content

Commit

Permalink
[StepSecurity] Apply security best practices (#678)
Browse files Browse the repository at this point in the history
resolve: #677

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
step-security-bot and starksm64 authored Nov 30, 2023
1 parent 38265cb commit d9e8656
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

- package-ecosystem: bundler
directory: /docs
schedule:
interval: daily

- package-ecosystem: maven
directory: /
schedule:
interval: daily
3 changes: 3 additions & 0 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ main ]

permissions:
contents: read

jobs:
build:
name: "Build CDI - JDK ${{matrix.java}}"
Expand Down

0 comments on commit d9e8656

Please sign in to comment.