diff --git a/.github/workflows/deploy-DEV-slim.yml b/.github/workflows/deploy-DEV-slim.yml index dc7c7f9a..92eda342 100644 --- a/.github/workflows/deploy-DEV-slim.yml +++ b/.github/workflows/deploy-DEV-slim.yml @@ -32,6 +32,7 @@ jobs: # Prevent duplicate run from happening when a forked push is committed if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository }} + timeout-minutes: 60 ################## # Load all steps # ################## diff --git a/.github/workflows/deploy-DEV-standard.yml b/.github/workflows/deploy-DEV-standard.yml index bf9acc16..95d11962 100644 --- a/.github/workflows/deploy-DEV-standard.yml +++ b/.github/workflows/deploy-DEV-standard.yml @@ -32,6 +32,7 @@ jobs: # Prevent duplicate run from happening when a forked push is committed if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository }} + timeout-minutes: 60 ################## # Load all steps # ################## diff --git a/.github/workflows/deploy-PROD-slim.yml b/.github/workflows/deploy-PROD-slim.yml index f9d2efa6..023b9c6e 100644 --- a/.github/workflows/deploy-PROD-slim.yml +++ b/.github/workflows/deploy-PROD-slim.yml @@ -29,6 +29,7 @@ jobs: runs-on: ubuntu-latest # Only run this on the main repo if: ${{ github.repository == 'github/super-linter' }} + timeout-minutes: 60 ################## # Load all steps # ################## diff --git a/.github/workflows/deploy-PROD-standard.yml b/.github/workflows/deploy-PROD-standard.yml index 8c3b1aca..3df75447 100644 --- a/.github/workflows/deploy-PROD-standard.yml +++ b/.github/workflows/deploy-PROD-standard.yml @@ -29,6 +29,7 @@ jobs: runs-on: ubuntu-latest # Only run this on the main repo if: ${{ github.repository == 'github/super-linter' }} + timeout-minutes: 60 ################## # Load all steps # ################## diff --git a/.github/workflows/deploy-RELEASE-slim.yml b/.github/workflows/deploy-RELEASE-slim.yml index d32736fd..2758bfae 100644 --- a/.github/workflows/deploy-RELEASE-slim.yml +++ b/.github/workflows/deploy-RELEASE-slim.yml @@ -36,6 +36,8 @@ jobs: github.actor == 'Hanse00' || github.actor == 'github-actions' || github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }} + timeout-minutes: 60 + ################## # Load all steps # ################## diff --git a/.github/workflows/deploy-RELEASE-standard.yml b/.github/workflows/deploy-RELEASE-standard.yml index a70e61aa..2673ae1f 100644 --- a/.github/workflows/deploy-RELEASE-standard.yml +++ b/.github/workflows/deploy-RELEASE-standard.yml @@ -36,6 +36,8 @@ jobs: github.actor == 'Hanse00' || github.actor == 'github-actions' || github.actor == 'GaboFDC' || github.actor == 'ferrarimarco' }} + timeout-minutes: 60 + ################## # Load all steps # ################## diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 00053317..f0600b9d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -21,6 +21,7 @@ on: jobs: update_release_draft: runs-on: ubuntu-latest + timeout-minutes: 60 steps: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v5 diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index a96eb190..42b5dbbe 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -28,6 +28,7 @@ jobs: name: Stack linter # Set the agent to run on runs-on: ubuntu-latest + timeout-minutes: 60 ################## # Load all steps # ################## diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6c98a731..4228b39f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,6 +27,7 @@ jobs: runs-on: ubuntu-latest # only run on schedule if: ${{ github.event_name == 'schedule' }} + timeout-minutes: 60 steps: - name: Mark issue stale uses: actions/stale@v4 @@ -48,6 +49,7 @@ jobs: runs-on: ubuntu-latest # do not run on schedule if: "${{ github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot' }}" + timeout-minutes: 60 steps: - name: Mark issue not stale uses: actions/github-script@v5 diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 1d990b4d..fcb99204 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -10,6 +10,7 @@ jobs: scan-container: name: Build runs-on: ubuntu-18.04 + timeout-minutes: 60 steps: ###################### # Checkout code base # diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index b12391d1..cb41f50e 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -28,6 +28,7 @@ on: jobs: actions-tagger: runs-on: windows-latest + timeout-minutes: 60 steps: ############################# # Check out the latest code #