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 130fdf3 commit 900cf4fCopy full SHA for 900cf4f
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
id: test
42
continue-on-error: true
43
run: go test -race -coverprofile=cover.out -covermode=atomic ./...
44
- - uses: k1LoW/octocov-action@1ad702b3118b6a055c00b01db68ca0d9f6641dbc # v1.4.0
+ - uses: k1LoW/octocov-action@73d561f65d59e66899ed5c87e4621a913b5d5c20 # v1.5.0
45
if: ${{ matrix.go_version == 'stable' && steps.test.outcome == 'success' }}
46
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
47
with:
0 commit comments