File: update-header.yml

package info (click to toggle)
ospd-openvas 22.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,664 kB
  • sloc: python: 14,268; xml: 1,913; makefile: 45; sh: 29
file content (21 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Update Headers

on:
  workflow_dispatch:
  schedule:
    - cron: '0 0 1 1 *' # At 00:00 on day-of-month 1 in January.

permissions:
  contents: write
  pull-requests: write

jobs:
  update-header:
    name: Update headers
    runs-on: 'ubuntu-latest'
    steps:
    - name: Run update header
      uses: greenbone/actions/update-header@v3
      with:
        directories: ospd ospd_openvas tests
        target: main