Skip to content

Commit 29db6e4

Browse files
committed
chore: Upgrade CI actions
1 parent ffac7af commit 29db6e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backend-paratest.yml

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

9292
- name: Upload coverage results to Codecov
9393
if: matrix.php == '8.4'
94-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
94+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
9595
with:
9696
# for better reliability if the GitHub API is down
9797
token: ${{ secrets.CODECOV_TOKEN }}
@@ -155,7 +155,7 @@ jobs:
155155

156156
- name: Upload code scanning results to GitHub
157157
if: github.repository == 'getkirby/kirby' && steps.psalm.outcome == 'success'
158-
uses: github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
158+
uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3
159159
with:
160160
sarif_file: sarif
161161

.github/workflows/backend.yml

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

9292
- name: Upload coverage results to Codecov
9393
if: matrix.php == '8.4'
94-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
94+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
9595
with:
9696
# for better reliability if the GitHub API is down
9797
token: ${{ secrets.CODECOV_TOKEN }}
@@ -155,7 +155,7 @@ jobs:
155155

156156
- name: Upload code scanning results to GitHub
157157
if: github.repository == 'getkirby/kirby' && steps.psalm.outcome == 'success'
158-
uses: github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
158+
uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3
159159
with:
160160
sarif_file: sarif
161161

0 commit comments

Comments
 (0)