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:
parent
f046ade489
commit
fc012fa820
7 changed files with 22 additions and 18 deletions
4
.github/workflows/generate-markdown.yml
vendored
4
.github/workflows/generate-markdown.yml
vendored
|
|
@ -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]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue