Skip to content

Commit

Permalink
chore: bump deps version
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <rogers@rogerogers.com>
  • Loading branch information
rogerogers committed Jun 27, 2024
1 parent 6a59646 commit 93c0087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
- uses: actions/checkout@v4

- name: Check License Header
uses: apache/skywalking-eyes@main
uses: apache/skywalking-eyes@v0.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: typos-action
uses: crate-ci/typos@master

staticcheck:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
7 changes: 3 additions & 4 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ header:
license:
spdx-id: Apache-2.0
copyright-owner: CloudWeGo Authors
copyright-year: '2022'

paths:
- '**/*.go'
- '**/*.s'
- "**/*.go"
- "**/*.s"

paths-ignore:
- '**/autocertcache.go'
- "**/autocertcache.go"
comment: on-failure

0 comments on commit 93c0087

Please sign in to comment.