Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/google.golang.org/gr…
Browse files Browse the repository at this point in the history
…pc-1.67.1
  • Loading branch information
robert-zaremba authored Oct 2, 2024
2 parents 8c87d11 + 7683cfd commit f19a74e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
FILES: |
go.mod
go.sum
- uses: golang/[email protected].3
- uses: golang/[email protected].4
id: govulncheck
if: env.GIT_DIFF
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
fetch-depth: 0
# lint only changed files
- uses: tj-actions/changed-files@v44
- uses: tj-actions/changed-files@v45
id: changed-files
with:
files: "**/*.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: env.GIT_DIFF
run: |
EXPERIMENTAL=true make test-unit-cover
- uses: codecov/codecov-action@v4.5.0
- uses: codecov/codecov-action@v4.6.0
if: env.GIT_DIFF
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f19a74e

Please sign in to comment.