diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9be205f50..5994f5bdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,13 @@ updates: target-branch: "next" schedule: interval: "daily" + cooldown: + default-days: 7 # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" target-branch: "next" schedule: interval: "daily" + cooldown: + default-days: 7 diff --git a/.github/template-cleanup/.github/dependabot.yml b/.github/template-cleanup/.github/dependabot.yml index fe30e00de..d520c9022 100644 --- a/.github/template-cleanup/.github/dependabot.yml +++ b/.github/template-cleanup/.github/dependabot.yml @@ -8,8 +8,12 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97f0347eb..927b8b148 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: tool-cache: false large-packages: false @@ -85,7 +85,7 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: tool-cache: false large-packages: false @@ -139,7 +139,7 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: tool-cache: false large-packages: false @@ -173,7 +173,7 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: tool-cache: false large-packages: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0ec5d989..1a21f2802 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Free GitHub Actions Environment Disk Space - name: Maximize Build Space - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: tool-cache: false large-packages: false diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index b78220ac8..8ca603659 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -54,7 +54,7 @@ jobs: # Wait for IDEA to be started - name: Health Check - uses: jtalk/url-health-check-action@v4 + uses: jtalk/url-health-check-action@b716ccb6645355dd9fcce8002ce460e5474f7f00 # v4 with: url: http://127.0.0.1:8082 max-attempts: 15 diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 41b219974..652145573 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -74,7 +74,7 @@ jobs: # Push changes - name: Push changes - uses: ad-m/github-push-action@v0.8.0 + uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0 with: branch: main github_token: ${{ secrets.GITHUB_TOKEN }}