There was an error while loading. Please reload this page.
2 parents a288a96 + 9836b8f commit 0e34f04Copy full SHA for 0e34f04
2 files changed
.github/workflows/tests.yml
@@ -113,7 +113,7 @@ jobs:
113
coverage xml
114
115
- name: Upload Coverage to Codecov
116
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # 5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # 5.5.3
117
with:
118
files: coverage.xml
119
fail_ci_if_error: true
.github/workflows/trivy.yml
@@ -61,6 +61,6 @@ jobs:
61
62
- name: Upload Trivy scan results to GitHub Security tab
63
if: ${{ github.event_name == 'schedule' }}
64
- uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # 4.33.0
+ uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # 4.34.1
65
66
sarif_file: "trivy-results.sarif"
0 commit comments