Skip to content

Commit 6f296c5

Browse files
Merge pull request #291 from smlx/dependabot/github_actions/github-actions-81ad692aa2
chore(deps): bump the github-actions group with 2 updates
2 parents ca84864 + 40ed57a commit 6f296c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# remove generated code from coverage calculation
2323
grep -Ev 'internal/mock|_enumer.go' cover.out.raw > cover.out
2424
- name: Generage coverage badge
25-
uses: vladopajic/go-test-coverage@d4177aaab9307eb783516275d495c01254da2fb9 # v2.16.0
25+
uses: vladopajic/go-test-coverage@cc5012c2cfa84542e02b079141958a885861d326 # v2.17.0
2626
with:
2727
profile: cover.out
2828
local-prefix: github.com/${{ github.repository }}

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14-
- uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
14+
- uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
1515
with:
1616
config-file: .github/dependency-review-config.yaml

0 commit comments

Comments
 (0)