mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -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:'
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
@@ -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: {}
|
||||
|
||||
|
||||
4
.github/workflows/openssh_server.yml
vendored
4
.github/workflows/openssh_server.yml
vendored
@@ -30,6 +30,10 @@ name: 'OpenSSH Server Docker Image'
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user