Merge branch 'master' of github.com:redisson/redisson

pull/4550/merge
Nikita Koksharov 2 years ago
commit 0c93092117

@ -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

@ -2,6 +2,9 @@ name: Java CI
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:

Loading…
Cancel
Save