Skip to content

Commit

Permalink
Merge branch 'master' of github.com:redisson/redisson
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Sep 23, 2022
2 parents e62f722 + 1c1b4c4 commit 0c93092
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -14,8 +14,15 @@ on:
schedule:
- cron: '0 8 * * 1'

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
analyze:
permissions:
contents: read # to fetch code (actions/checkout)
security-events: write # (github/codeql-action/autobuild)

name: Analyze
runs-on: ubuntu-latest

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Expand Up @@ -2,6 +2,9 @@ name: Java CI

on: [push, pull_request]

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
build:

Expand Down

0 comments on commit 0c93092

Please sign in to comment.