We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a707e commit d141c99Copy full SHA for d141c99
.github/workflows/dependency-review.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: 'Checkout Repository'
18
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
- name: 'Dependency Review'
20
- uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
+ uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
go.mod
@@ -12,7 +12,7 @@ require (
12
13
require (
14
github.com/SaveTheRbtz/zstd-seekable-format-go v0.6.1
15
- github.com/aperturerobotics/cli v1.0.0
+ github.com/aperturerobotics/cli v1.0.1
16
github.com/klauspost/compress v1.18.1
github.com/mr-tron/base58 v1.2.0
github.com/pkg/errors v0.9.1
0 commit comments