Skip to content

Commit

Permalink
chore(github_actions): update multiple actions and config elements
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Sep 7, 2024
1 parent 0eb1031 commit e42b1a3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/documentation-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
output: json
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621

# - name: Create Issue From File
# if: env.lychee_exit_code != 0
# uses: peter-evans/create-issue-from-file@v4
# with:
# title: Link Checker Report
# content-filepath: ./lychee/out.md
# labels: report, automated issue
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: |
report
automated-issue
help-wanted
assignees: VictorAvelar
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: '0'
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.X
go-version: 1.23.X
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
contents: read
strategy:
matrix:
go: [1.20.x, 1.21.x, 1.22.x]
go: [1.20.x, 1.21.x, 1.22.x, 1.23.x]
name: Go ${{ matrix.go }} check
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
go-version: 1.23.x
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200
with:
distribution: goreleaser
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declared inside the `.github/workflows/main.yml` file.
| 1.20.x | :white_check_mark: |
| 1.21.x | :white_check_mark: |
| 1.22.x | :white_check_mark: |
| 1.23.x | :white_check_mark: |
| master | :x: |

## Reporting a Vulnerability
Expand Down
2 changes: 2 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ max_redirects = 3
require_https = true
timeout = 10
retry_wait_time = 15
verbose = "error"
no_progress = true

0 comments on commit e42b1a3

Please sign in to comment.