diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-30 13:28:32 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-30 13:28:32 -0700 |
| commit | 8902fa6ff653aa40249d2d6da49a9227b63415bb (patch) | |
| tree | 3a13a9496a06ef63d5537081a50daa3aab3ad48f /.github | |
| parent | 5b9347c9380100ef5f44178263700309991a2766 (diff) | |
| parent | 730c9cf601c7a9a385857496f93c6537225edebc (diff) | |
| download | seaweedfs-8902fa6ff653aa40249d2d6da49a9227b63415bb.tar.xz seaweedfs-8902fa6ff653aa40249d2d6da49a9227b63415bb.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
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 |
