Skip to content

Commit e4bce3a

Browse files
Pin dependencies
1 parent cee94b3 commit e4bce3a

File tree

9 files changed

+79
-79
lines changed

9 files changed

+79
-79
lines changed

.github/actions/gradle-task-with-commit/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
4646
# ensure that we have the actual branch checked out. By default, actions/checkout is headless.
4747
- name: check out with the generated app token
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4949
if: steps.can-push.outputs.can_push == 'true'
5050
with:
5151
token: ${{ inputs.access-token }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: commit ${{ inputs.fix-task }} changes
7777
if: steps.can-push.outputs.can_push == 'true'
78-
uses: stefanzweifel/git-auto-commit-action@v7
78+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7
7979
with:
8080
commit_message: ${{ steps.set-commit-message.outputs.commit-message }}
8181
commit_options: '--no-verify --signoff'

.github/actions/gradle-task/action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
steps:
3333

3434
- name: Set up JDK
35-
uses: actions/setup-java@v5
35+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
3636
with:
3737
distribution: ${{inputs.distribution}}
3838
java-version: ${{inputs.java-version}}
@@ -42,7 +42,7 @@ runs:
4242
uses: ./.github/actions/gradle-args
4343

4444
- name: Gradle build action
45-
uses: gradle/actions/setup-gradle@v5
45+
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5
4646
with:
4747
cache-read-only: false
4848

@@ -64,7 +64,7 @@ runs:
6464
- name: restore cache for ${{inputs.write-cache-key}}
6565
id: restore-write-cache
6666
if: inputs.write-cache-key != 'null'
67-
uses: actions/cache/restore@v4
67+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6868
with:
6969
path: |
7070
~/.gradle/caches/build-cache-1
@@ -82,7 +82,7 @@ runs:
8282
# Skipped if the restore-cache-key wasn't set, or if the write-cache-key restore had an exact match.
8383
- name: restore cache for ${{inputs.restore-cache-key}}
8484
if: inputs.restore-cache-key != 'null' && steps.restore-write-cache.outputs.cache-hit != 'true'
85-
uses: actions/cache/restore@v4
85+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8686
with:
8787
path: |
8888
~/.gradle/caches/build-cache-1
@@ -96,7 +96,7 @@ runs:
9696
${{runner.os}}-${{inputs.restore-cache-key}}-${{steps.hashes.outputs.lib_versions}}
9797
${{runner.os}}-${{inputs.restore-cache-key}}
9898
99-
- uses: gradle/actions/wrapper-validation@v5
99+
- uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # v5
100100

101101
# Run the actual task.
102102
- name: Run ${{inputs.task}}
@@ -112,7 +112,7 @@ runs:
112112
# Windows runners are welcome to *read* the cross-OS cache, but the directories get weird if
113113
# they try to write to it.
114114
- name: save the '${{inputs.write-cache-key}}' cache
115-
uses: actions/cache/save@v4
115+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
116116
id: save-write-cache-key
117117
if: inputs.write-cache-key != 'null' && steps.restore-write-cache.outputs.cache-hit != 'true'
118118
with:
@@ -125,21 +125,21 @@ runs:
125125

126126
- name: Upload Any Logs
127127
if: failure()
128-
uses: actions/upload-artifact@v5
128+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
129129
with:
130130
name: log-upload
131131
path: ${{github.workspace}}/**/*.log
132132

133133
- name: Upload Any Heap Dumps
134134
if: failure()
135-
uses: actions/upload-artifact@v5
135+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
136136
with:
137137
name: hprof-upload
138138
path: ${{github.workspace}}/**/*.hprof
139139

140140
- name: Upload Any Specified Files
141141
if: failure() && inputs.failure-path-upload != 'null'
142-
uses: actions/upload-artifact@v5
142+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
143143
with:
144144
name: ${{inputs.failure-upload-name}}
145145
path: ${{github.workspace}}/${{inputs.failure-path-upload}}

.github/actions/gradle-tasks-with-emulator/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464

6565
# Get the AVD if it's already cached.
6666
- name: AVD cache
67-
uses: actions/cache/restore@v4
67+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6868
id: restore-avd-cache
6969
with:
7070
path: |
@@ -75,7 +75,7 @@ runs:
7575
# If the AVD cache didn't exist, create an AVD
7676
- name: create AVD and generate snapshot for caching
7777
if: steps.restore-avd-cache.outputs.cache-hit != 'true'
78-
uses: reactivecircus/android-emulator-runner@v2
78+
uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2
7979
with:
8080
api-level: ${{ inputs.api-level }}
8181
arch: x86_64
@@ -91,7 +91,7 @@ runs:
9191
- name: cache new AVD before tests
9292
if: steps.restore-avd-cache.outputs.cache-hit != 'true'
9393
id: save-avd-cache
94-
uses: actions/cache/save@v4
94+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
9595
with:
9696
path: |
9797
~/.android/avd/*
@@ -101,7 +101,7 @@ runs:
101101
# Run the actual emulator tests.
102102
# At this point every task should be up-to-date and the AVD should be ready to go.
103103
- name: run tests
104-
uses: reactivecircus/android-emulator-runner@v2
104+
uses: reactivecircus/android-emulator-runner@e89f39f1abbbd05b1113a29cf4db69e7540cae5a # v2
105105
with:
106106
api-level: ${{ inputs.api-level }}
107107
arch: x86_64
@@ -113,21 +113,21 @@ runs:
113113

114114
- name: Upload Any Logs
115115
if: failure()
116-
uses: actions/upload-artifact@v5
116+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
117117
with:
118118
name: log-upload
119119
path: ${{github.workspace}}/**/*.log
120120

121121
- name: Upload Any Heap Dumps
122122
if: failure()
123-
uses: actions/upload-artifact@v5
123+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
124124
with:
125125
name: hprof-upload
126126
path: ${{github.workspace}}/**/*.hprof
127127

128128
- name: Upload Any Specified Files
129129
if: failure() && inputs.failure-path-upload != 'null'
130-
uses: actions/upload-artifact@v5
130+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
131131
with:
132132
name: specified-upload
133133
path: ${{github.workspace}}/${{inputs.failure-path-upload}}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6363

6464
# Add any setup steps before running the `github/codeql-action/init` action.
6565
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Initializes the CodeQL tools for scanning.
7171
- name: Initialize CodeQL
72-
uses: github/codeql-action/init@v4
72+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
7373
with:
7474
languages: ${{ matrix.language }}
7575
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +101,6 @@ jobs:
101101
exit 1
102102
103103
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@v4
104+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
105105
with:
106106
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)