Skip to content

Commit 28f9efb

Browse files
authored
Merge branch 'develop' into bugfix/amendment-history
2 parents e3e236a + 4c3b532 commit 28f9efb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Restore ccache cache
115115
if: ${{ inputs.download_ccache && github.ref != 'refs/heads/develop' }}
116-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
116+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
117117
with:
118118
path: ${{ env.CCACHE_DIR }}
119119
key: ${{ steps.cache_key.outputs.key }}
@@ -164,7 +164,7 @@ jobs:
164164
165165
- name: Save ccache cache
166166
if: ${{ inputs.upload_ccache && github.ref == 'refs/heads/develop' }}
167-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
167+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
168168
with:
169169
path: ${{ env.CCACHE_DIR }}
170170
key: ${{ steps.cache_key.outputs.key }}

.github/workflows/reusable-upload-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Upload coverage report
3030
if: ${{ hashFiles('build/coverage_report.xml') != '' }}
31-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
31+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
3232
with:
3333
files: build/coverage_report.xml
3434
fail_ci_if_error: true

0 commit comments

Comments
 (0)