Skip to content

Commit 24bfce0

Browse files
Update Renovatebot GHA Updates
1 parent a8ea6c3 commit 24bfce0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
- name: Build
3838
run: ./gradlew --no-daemon --parallel build
3939
- name: Upload test results
40-
uses: actions/upload-artifact@v7
40+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4141
if: always()
4242
with:
4343
name: test-results
4444
path: build/test-results/
4545
if-no-files-found: ignore
4646
retention-days: 7
4747
- name: Upload build artifacts
48-
uses: actions/upload-artifact@v7
48+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4949
with:
5050
name: build-libs
5151
path: build/libs/

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1010
# v5.0.2
1111
- uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c

.github/workflows/renovatebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121

2222
- name: Run renovatebot
23-
uses: ConsenSys/github-actions/renovatebot@0dbddeeb180c249e624dc1681c67f22325daedd5 # main
23+
uses: ConsenSys/github-actions/renovatebot@fc0af6d42d0f61684302d0638e92f35f923f5fbd # main
2424
with:
2525
GH_APP_ID: ${{ secrets.GH_APP_ID }}
2626
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)