Skip to content

Commit

Permalink
build(deps): bump the actions group with 3 updates (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent d99e855 commit 4df71bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: ossf/scorecard-action@v2.3.3
- uses: ossf/scorecard-action@v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: teler-sh/actions/resources@v1
- run: make cover-all
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.txt
Expand All @@ -81,7 +81,7 @@ jobs:
license-verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: teler-sh/actions/setup-go@v1
Expand Down

0 comments on commit 4df71bd

Please sign in to comment.