diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-05-30 12:39:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-30 12:39:18 -0700 |
| commit | ebf9a1e1d87200159b87457eae668fc2be0f20bb (patch) | |
| tree | a0c2e7560c588304a7eb536ec2e0d8e32d0b20c0 /.github | |
| parent | d73c335c3128004f811fe5c87fdedbca657ba8e3 (diff) | |
| parent | 4225e577faa884a4a059797965559cd612f1ed1a (diff) | |
| download | seaweedfs-ebf9a1e1d87200159b87457eae668fc2be0f20bb.tar.xz seaweedfs-ebf9a1e1d87200159b87457eae668fc2be0f20bb.zip | |
Merge branch 'master' into dependabot/go_modules/github.com/spf13/viper-1.12.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/depsreview.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index 5a865ab0c..71619ae1b 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -11,4 +11,4 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 - name: 'Dependency Review' - uses: actions/dependency-review-action@39e692fa323107ef86d8fdac0067ce647f239bd7 + uses: actions/dependency-review-action@a9c83d3af6b9031e20feba03b904645bb23d1dab diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cda96b954..9350dc738 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2 + uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2 with: go-version: ^1.13 id: go |
