diff options
| author | chrislu <chris.lu@gmail.com> | 2023-01-10 00:52:50 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-01-10 00:52:50 -0800 |
| commit | 47fa5ef979976efc6aa4b7e9d488d4e1244cd445 (patch) | |
| tree | 25a0a4979fa7dfccc69fe90270c58ac86a399907 /.github/workflows/depsreview.yml | |
| parent | 9e0d5261633617bfea20d8f7df01598bf91bc0b2 (diff) | |
| parent | 44b0176e9e0f43453cdff2701c3293dad27da943 (diff) | |
| download | seaweedfs-47fa5ef979976efc6aa4b7e9d488d4e1244cd445.tar.xz seaweedfs-47fa5ef979976efc6aa4b7e9d488d4e1244cd445.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/depsreview.yml')
| -rw-r--r-- | .github/workflows/depsreview.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/depsreview.yml b/.github/workflows/depsreview.yml index 80a85ba4a..cc9c0f1fe 100644 --- a/.github/workflows/depsreview.yml +++ b/.github/workflows/depsreview.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: 'Dependency Review' - uses: actions/dependency-review-action@0ff3da6f81b812d4ec3cf37a04e2308c7a723730 + uses: actions/dependency-review-action@c090f4e553673e6e505ea70d6a95362ee12adb94 |
