Skip to content

Commit 4238498

Browse files
chore(deps): update codecov/codecov-action digest to 05f5a9c in .github/workflows/regression.yml
1 parent c5606ed commit 4238498

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/regression.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,28 @@ jobs:
4848
export BUILD_TAGS=${{ matrix.build-flag }}
4949
go run mage.go coverage
5050
- name: "Codecov: General"
51-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
51+
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
5252
if: ${{ matrix.go-version == '1.22.x' }}
5353
with:
5454
files: build/coverage.txt
5555
flags: default,${{ matrix.build-flag }}
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
- name: "Codecov: Examples"
58-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
58+
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
5959
if: ${{ matrix.go-version == '1.22.x' }}
6060
with:
6161
files: build/coverage-examples.txt
6262
flags: examples+${{ matrix.build-flag }}
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
- name: "Codecov: FTW"
65-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
65+
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
6666
if: ${{ matrix.go-version == '1.22.x' }}
6767
with:
6868
files: build/coverage-ftw.txt
6969
flags: ftw,${{ matrix.build-flag }}
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
- name: "Codecov: Tinygo"
72-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
72+
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
7373
# only if coverage-tinygo.txt exists
7474
if: ${{ matrix.go-version == '1.22.x' && hashFiles('build/coverage-tinygo.txt') != '' }}
7575
with:

0 commit comments

Comments
 (0)