Skip to content

Commit 3a43b2a

Browse files
committed
chore: Specify the GitHub Actions by the commit hash
1 parent d5d586c commit 3a43b2a

27 files changed

+92
-92
lines changed

.github/actions/build_android_baseline_profiles/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- uses: ./.github/actions/prepare_kvm
1414
- name: "Generate baseline profiles"
1515
id: baseline-profiles
16-
uses: reactivecircus/android-emulator-runner@v2
16+
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b
1717
with:
1818
api-level: 30
1919
arch: x86_64
@@ -26,15 +26,15 @@ runs:
2626
adb pull /storage/emulated/0/Movies/ artifactsScreenRecording/ || true
2727
exit $RESULT
2828
- name: 'Upload baseline profile screen recordings'
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
3030
if: always()
3131
with:
3232
name: ${{ inputs.artifact-prefix }}baselineprofile-screen-recordings
3333
path: |
3434
artifactsScreenRecording/
3535
retention-days: 7
3636
- name: 'Upload baseline profile logs'
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
3838
if: always()
3939
with:
4040
name: ${{ inputs.artifact-prefix }}baselineprofile-logs

.github/actions/prepare_disk_space/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
steps:
55
- name: "Delete unnecessary tools"
66
if: ${{ env.ACTION_PREPARE_DISK_SPACE_COMPLETE != '1' }}
7-
uses: jlumbroso/free-disk-space@v1.3.1
7+
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
88
with:
99
tool-cache: false
1010
android: false

.github/actions/setup_gradle/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ runs:
1717
steps:
1818
- name: "Setup JDK 21"
1919
id: setup-java
20-
uses: actions/setup-java@v5
20+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
2121
with:
2222
distribution: ${{ inputs.java-distribution }}
2323
java-version: ${{ inputs.java-version }}
2424
- name: "Setup Gradle"
25-
uses: gradle/actions/setup-gradle@v5
25+
uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884
2626
env:
2727
JAVA_HOME: ${{ steps.setup-java.outputs.path }}
2828
with:

.github/actions/setup_python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ runs:
33
using: "composite"
44
steps:
55
- name: "Setup Python"
6-
uses: actions/setup-python@v6
6+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
77
with:
88
python-version: '3.10'

.github/workflows/check_gradle_wrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
name: Check Gradle wrapper
2121
runs-on: ubuntu-slim
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2424
- name: "Check Gradle wrapper"
25-
uses: gradle/actions/wrapper-validation@v5
25+
uses: gradle/actions/wrapper-validation@f29f5a9d7b09a7c6b29859002d29d24e1674c884

.github/workflows/check_jetifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check Jetifier
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1818
- uses: ./.github/actions/setup_gradle
1919
- name: "Check Jetifier"
2020
run: ./gradlew checkJetifier

.github/workflows/check_licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Check Licenses
2121
runs-on: ubuntu-slim
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2424
- uses: ./.github/actions/setup_gradle
2525
- name: "Check licenses"
2626
run: ./gradlew licensee
@@ -50,7 +50,7 @@ jobs:
5050
file_content="$(cat $file_path)"
5151
echo "paths=$file_content" >> "$GITHUB_OUTPUT"
5252
- name: "Upload results"
53-
uses: actions/upload-artifact@v6
53+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
5454
if: always()
5555
with:
5656
name: reports

.github/workflows/check_lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Check Lint
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2424
- uses: ./.github/actions/setup_gradle
2525
with:
2626
cache-write-only: ${{ inputs.cache-write-only || false }}
@@ -56,7 +56,7 @@ jobs:
5656
file_content="$(cat $file_path)"
5757
echo "paths=$file_content" >> "$GITHUB_OUTPUT"
5858
- name: "Upload results"
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
6060
if: always()
6161
with:
6262
name: reports

.github/workflows/check_tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
check-desktop-tests:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2323
- uses: ./.github/actions/setup_gradle
2424
with:
2525
cache-write-only: ${{ inputs.cache-write-only || false }}
@@ -34,7 +34,7 @@ jobs:
3434
- 30
3535
- 26
3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3838
- uses: ./.github/actions/setup_gradle
3939
with:
4040
cache-write-only: ${{ inputs.cache-write-only || false }}
@@ -48,7 +48,7 @@ jobs:
4848
build-flavor: "PlayStore"
4949
- name: "Run integration tests"
5050
id: baseline-profiles
51-
uses: reactivecircus/android-emulator-runner@v2
51+
uses: reactivecircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b
5252
with:
5353
api-level: ${{ matrix.api-level }}
5454
arch: x86_64
@@ -61,15 +61,15 @@ jobs:
6161
adb pull /storage/emulated/0/Movies/ artifactsScreenRecording/ || true
6262
exit $RESULT
6363
- name: 'Upload screen recordings'
64-
uses: actions/upload-artifact@v6
64+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
6565
if: always()
6666
with:
6767
name: android-${{ matrix.api-level }}-screen-recordings
6868
path: |
6969
artifactsScreenRecording/
7070
retention-days: 7
7171
- name: 'Upload logs'
72-
uses: actions/upload-artifact@v6
72+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
7373
if: always()
7474
with:
7575
name: android-${{ matrix.api-level }}-logs

.github/workflows/check_translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Check Translations
2020
runs-on: ubuntu-slim
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2323
- run: pip install -r .github/check_translations.requirements.txt
2424
- name: "Check translations"
2525
run: |
@@ -31,7 +31,7 @@ jobs:
3131
--output proofread_report.json
3232
- name: "Upload report"
3333
if: always()
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
3535
with:
3636
name: proofread-report
3737
path: proofread_report.json

0 commit comments

Comments
 (0)