Skip to content

Commit f1eb3a7

Browse files
committed
fix: fix sha in commit and emulator actions, were incorrect before
1 parent d9907f3 commit f1eb3a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android-instrumented-data-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo udevadm trigger --name-match=kvm
3434
3535
- name: Run Instrumented Data Tests with emulator
36-
uses: reactivecircus/android-emulator-runner@4fe4b1ae376568ff65de774de6c0ca8070944022 #v2.37.0
36+
uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a #v2.37.0
3737
with:
3838
api-level: 33
3939
target: google_apis

.github/workflows/calens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
target: CHANGELOG.md
3030
- name: Commit files
31-
uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84ba #v1.3
31+
uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84baf #v1.3
3232
with:
3333
email: devops@owncloud.com
3434
name: ownClouders

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# Commit the SBOM file only if it differs from master to avoid unnecessary commits
102102
- name: Commit and push updated SBOM
103103
if: steps.compare.outputs.no_changes == 'false'
104-
uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84ba #v1.3
104+
uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84baf #v1.3
105105
with:
106106
commit_message: "docs: SBOM updated"
107107
files: sbom.json

0 commit comments

Comments
 (0)