Skip to content

Commit 0e34f04

Browse files
authored
Merge branch 'main' into add-cross-agent-partial-gran-tests
2 parents a288a96 + 9836b8f commit 0e34f04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
coverage xml
114114
115115
- name: Upload Coverage to Codecov
116-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # 5.5.2
116+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # 5.5.3
117117
with:
118118
files: coverage.xml
119119
fail_ci_if_error: true

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161

6262
- name: Upload Trivy scan results to GitHub Security tab
6363
if: ${{ github.event_name == 'schedule' }}
64-
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # 4.33.0
64+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # 4.34.1
6565
with:
6666
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)