diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a810281eea..a7ea3d5fd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,25 +6,28 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + # Check for updates to GitHub Actions every week + interval: "weekly" labels: - "dependency-upgrade" + open-pull-requests-limit: 50 # Maintain dependencies for Gradle modules - package-ecosystem: "gradle" directory: "/" schedule: - # Check for updates to Go modules every weekday - interval: "daily" + # Check for updates to Gradle modules every week + interval: "weekly" labels: - "dependency-upgrade" + open-pull-requests-limit: 50 # Maintain dependencies for Npm modules - package-ecosystem: "npm" directory: "/ui" schedule: - # Check for updates to Go modules every weekday - interval: "daily" + # Check for updates to Npm modules every week + interval: "weekly" labels: - "dependency-upgrade" + open-pull-requests-limit: 50 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 65d9847478..9216febec8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -50,7 +50,7 @@ jobs: # Set up JDK - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 781e1dad0f..77aa0e1478 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.x' architecture: 'x64' @@ -86,7 +86,7 @@ jobs: # JDK - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17 @@ -340,7 +340,7 @@ jobs: # JDK - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17