diff options
author | 2025-07-18 20:04:19 +0000 | |
---|---|---|
committer | 2025-07-18 21:34:43 +0100 | |
commit | a609c54d432fb57a0218b6b4d187491063cfeecb (patch) | |
tree | 8839a70f3858ef6ce4ad74d5282f68b8e30be449 /.github/workflows | |
parent | Bump azure/setup-kubectl from 4.0.0 to 4.0.1 (diff) |
Bump coverallsapp/github-action from 2.3.4 to 2.3.6
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-version: 2.3.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 52bb749e..159e6fd7 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -50,7 +50,7 @@ jobs: # This step will publish the coverage reports coveralls.io and # link the report to the commit - name: Publish Coverage Report - uses: coverallsapp/[email protected] + uses: coverallsapp/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} file: ./coverage.lcov |