Skip to content

Commit b2698a6

Browse files
Merge pull request #115 from smlx/dependabot/github_actions/all-3498219020
chore(deps): bump the all group with 2 updates
2 parents af6a55d + 483cc7e commit b2698a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# remove mocks from coverage calculation
2121
grep -Ev 'mock_|_enumer.go' cover.out.raw > cover.out
2222
- name: Generage coverage badge
23-
uses: vladopajic/go-test-coverage@bcd064e5ceef1ccec5441519eb054263b6a44787 # v2.8.2
23+
uses: vladopajic/go-test-coverage@97ecc524075d8ece0e1a406edec1c191e2dd3277 # v2.8.3
2424
with:
2525
profile: cover.out
2626
local-prefix: github.com/smlx/go-cli-github

.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14-
- uses: actions/dependency-review-action@4901385134134e04cec5fbe5ddfe3b2c5bd5d976 # v4.0.0
14+
- uses: actions/dependency-review-action@fd07d42ce87ab09f10c61a2d1a5e59e6c655620a # v4.1.1
1515
with:
1616
config-file: .github/dependency-review-config.yaml

0 commit comments

Comments
 (0)