1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

GHA: set concurrency, zizmor Dependabot, set cooldown

Closes #1734
This commit is contained in:
Viktor Szakats
2025-10-24 14:15:28 +02:00
parent 3969991b68
commit da6dec9319
4 changed files with 16 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
cooldown:
default-days: 7
commit-message:
prefix: 'GHA:'
@@ -15,6 +17,11 @@ updates:
directory: '/.github/workflows'
schedule:
interval: 'monthly'
cooldown:
default-days: 7
semver-major-days: 15
semver-minor-days: 7
semver-patch-days: 3
commit-message:
prefix: 'GHA:'
@@ -22,5 +29,7 @@ updates:
directory: '/tests/openssh_server'
schedule:
interval: 'monthly'
cooldown:
default-days: 15
commit-message:
prefix: 'GHA:'

View File

@@ -56,7 +56,7 @@ jobs:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
zizmor --pedantic .github/workflows/*.yml
zizmor --pedantic .github/workflows/*.yml .github/dependabot.yml
- name: 'shellcheck GHA'
run: |

View File

@@ -17,7 +17,8 @@ name: 'CodeQL'
- cron: '0 0 * * 4'
concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}

View File

@@ -30,6 +30,10 @@ name: 'OpenSSH Server Docker Image'
push:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true
permissions: {}
jobs: