Skip to content

Commit 1fa79fe

Browse files
authored
Merge branch 'main' into fix-linter-pyteststyle
2 parents c338ec2 + e100406 commit 1fa79fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- name: Build and Publish Image
62-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # 6.16.0
62+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 6.17.0
6363
with:
6464
push: ${{ github.event_name != 'pull_request' }}
6565
context: .github/containers

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
coverage xml
9797
9898
- name: Upload Coverage to Codecov
99-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # 5.4.2
99+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 5.4.3
100100
with:
101101
files: coverage.xml
102102
fail_ci_if_error: true

.github/workflows/trivy.yml

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

5757
- name: Upload Trivy scan results to GitHub Security tab
5858
if: ${{ github.event_name == 'schedule' }}
59-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
59+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
6060
with:
6161
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)