1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

upgrade .github/workflows and documentation

* update all .github/workflows/ to use the latest version of
    actions and the go versions accordingly.
    (Only some github actions use a floating tag for the major version.)
  * reduce places where the go versions are hardcoded:
      * refEr to docs/Development.md from README.md
      * use `go.mod` from itest.yml.
This commit is contained in:
Bernhard Reiter 2025-10-23 12:42:36 +02:00
parent f046ade489
commit fc012fa820
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554
7 changed files with 22 additions and 18 deletions

View file

@ -13,8 +13,8 @@ jobs:
auto-update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v5
- name: Markdown autodocs
uses: dineshsonachalam/markdown-autodocs@v1.0.4
uses: dineshsonachalam/markdown-autodocs@v1.0.7
with:
output_file_paths: '[./README.md, ./docs/*.md]'