Skip to content

Commit c6e4dbc

Browse files
authored
Merge branch 'main' into dependabot/github_actions/ossf/scorecard-action-2.4.2
2 parents 9eecaad + f1a541c commit c6e4dbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- name: cargo llvm-cov
216216
run: cargo llvm-cov --locked --all-features --workspace --lcov --lib --output-path lcov.info
217217
- name: Upload to codecov.io
218-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
218+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
219219
env:
220220
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
221221
with:

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

22-
- uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
22+
- uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
2323
with:
2424
api-key: ${{secrets.FOSSA_API_KEY}}
2525
team: OpenTelemetry

0 commit comments

Comments
 (0)