Skip to content

Commit

Permalink
cicd: actions-timeline (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Aug 18, 2024
1 parent e2e26b4 commit 9eac1d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- 8000:8000

steps:
- uses: Kesin11/actions-timeline@v2

- uses: actions/checkout@v4

- name: Setup Go
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- 8000:8000

steps:
- uses: Kesin11/actions-timeline@v2

- uses: actions/checkout@v4

- name: Setup Go
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@v2

- uses: actions/checkout@v4

- name: Run Snyk to check for vulnerabilities
Expand Down

0 comments on commit 9eac1d1

Please sign in to comment.