Skip to content

Commit 1f0459e

Browse files
chore(deps): update github-actions non-major dependencies
1 parent 2493d0e commit 1f0459e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ jobs:
7777
7878
# https://github.com/marketplace/actions/setup-java-jdk
7979
- name: Setup Java JDK
80-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
80+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
8181
with:
8282
distribution: 'zulu'
8383
java-version: 17
8484

8585
# https://github.com/marketplace/actions/build-with-gradle
8686
- name: Build with Gradle
87-
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
87+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
8888

8989
- name: Unit Tests
9090
run: ./gradlew testDebugUnitTest
@@ -112,14 +112,14 @@ jobs:
112112
113113
# https://github.com/marketplace/actions/setup-java-jdk
114114
- name: Setup Java JDK
115-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
115+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
116116
with:
117117
distribution: 'zulu'
118118
java-version: 17
119119

120120
# https://github.com/marketplace/actions/build-with-gradle
121121
- name: Build with Gradle
122-
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
122+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
123123

124124
# https://github.com/marketplace/actions/setup-xcode-version
125125
- name: Setup Xcode version
@@ -155,14 +155,14 @@ jobs:
155155
156156
# https://github.com/marketplace/actions/setup-java-jdk
157157
- name: Setup Java JDK
158-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
158+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
159159
with:
160160
distribution: 'zulu'
161161
java-version: 17
162162

163163
# https://github.com/marketplace/actions/build-with-gradle
164164
- name: Build with Gradle
165-
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
165+
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
166166

167167
- name: Unit Tests
168168
run: ./gradlew :app:backend:check

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# https://github.com/marketplace/actions/create-github-app-token
1616
- name: Create GitHub App Token
17-
uses: actions/create-github-app-token@v2.0.2
17+
uses: actions/create-github-app-token@v2.0.6
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.BOT_APP_ID }}
@@ -23,7 +23,7 @@ jobs:
2323
# https://github.com/marketplace/actions/fetch-metadata-from-dependabot-prs
2424
- name: Dependabot metadata
2525
id: metadata
26-
uses: dependabot/fetch-metadata@v2.3.0
26+
uses: dependabot/fetch-metadata@v2.4.0
2727
with:
2828
github-token: "${{ steps.app-token.outputs.token }}"
2929

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# https://github.com/marketplace/actions/github-labeler
2424
- name: Run Labeler
25-
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
25+
uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
yaml-file: .github/labels.yml

0 commit comments

Comments
 (0)