Skip to content

Commit cd874bb

Browse files
emir-hasanbegovicEmirWebTravisclaude
authored
chore: bump material to 1.13.0; refresh SHA-pin comment headers (#39)
Picks up the supersession of dependabot #7 (material 1.12 → 1.13) and updates the leading "version → SHA" reference comments in each workflow to match the action versions merged via #24, #27, #28, #29. The action `uses:` SHAs themselves were already updated by dependabot; this only refreshes the human-readable pin map at the top of each file. Co-authored-by: Emir Hasanbegovic <phigammemir@gmail.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3dbf5f9 commit cd874bb

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Android CI
22

33
# Pin map (verify with `gh api repos/<owner>/<repo>/git/ref/tags/<tag>`):
44
# actions/checkout @ v4.2.2 → 11bd71901bbe5b1630ceea73d27597364c9af683
5-
# actions/setup-java @ v4.5.0 → 8df1039502a15bceb9433410b1a100fbe190c53b
5+
# actions/setup-java @ v5.2.0 → be666c2fcd27ec809703dec50e508c2fdc7f6654
66
# actions/setup-python @ v5.3.0 → 0b93645e9fea7318ecaed2b359559ac225c90a2b
77
# actions/upload-artifact @ v4.4.3 → b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
88
# gradle/actions/setup-gradle @ v4.1.0 → d156388eb19639ec20ade50009f3d199ce1e2808

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: CodeQL
77
#
88
# Pin map (verify with `gh api repos/<owner>/<repo>/git/ref/tags/<tag>`):
99
# actions/checkout @ v4.2.2 → 11bd71901bbe5b1630ceea73d27597364c9af683
10-
# actions/setup-java @ v4.5.0 → 8df1039502a15bceb9433410b1a100fbe190c53b
10+
# actions/setup-java @ v5.2.0 → be666c2fcd27ec809703dec50e508c2fdc7f6654
1111
# gradle/actions/setup-gradle @ v4.1.0 → d156388eb19639ec20ade50009f3d199ce1e2808
12-
# github/codeql-action/* @ v3.27.0662472033e021d55d94146f66f6058822b0b39fd
12+
# github/codeql-action/* @ v4.35.295e58e9a2cdfd71adc6e0353d5c52f41a045d225
1313

1414
on:
1515
push:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ on:
2323
#
2424
# Pin map (verify with `gh api repos/<owner>/<repo>/git/ref/tags/<tag>`):
2525
# actions/checkout @ v4.2.2 → 11bd71901bbe5b1630ceea73d27597364c9af683
26-
# actions/setup-java @ v4.5.0 → 8df1039502a15bceb9433410b1a100fbe190c53b
26+
# actions/setup-java @ v5.2.0 → be666c2fcd27ec809703dec50e508c2fdc7f6654
2727
# actions/upload-artifact @ v4.4.3 → b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
2828
# actions/download-artifact @ v4.1.8 → fa0a91b85d4f404e444e00e005971372dc801d16
2929
# gradle/actions/setup-gradle @ v4.1.0 → d156388eb19639ec20ade50009f3d199ce1e2808
3030
# anchore/sbom-action @ v0.17.4 → 8d0a6505bf28ced3e85154d13dc6af83299e13f1
31-
# anchore/scan-action @ v3.6.43343887d815d7b07465f6fdcd395bd66508d486a
32-
# github/codeql-action/upload-sarif @ v3.27.0662472033e021d55d94146f66f6058822b0b39fd
33-
# softprops/action-gh-release @ v2.0.8c062e08bd532815e2082a85e87e3ef29c3e6d191
31+
# anchore/scan-action @ v7.4.0e1165082ffb1fe366ebaf02d8526e7c4989ea9d2
32+
# github/codeql-action/upload-sarif @ v4.35.295e58e9a2cdfd71adc6e0353d5c52f41a045d225
33+
# softprops/action-gh-release @ v3.0.0b4309332981a82ec1c5618f44dd2e27cc8bfbfda
3434
# slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml
3535
# @ v2.0.0 → 5a775b367a56d5bd118a224a811bba288150a563
3636
#

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ name: Security
1212
# Pin map (verify with `gh api repos/<owner>/<repo>/git/ref/tags/<tag>`):
1313
# actions/checkout @ v4.2.2 → 11bd71901bbe5b1630ceea73d27597364c9af683
1414
# actions/cache @ v5.0.5 → 27d5ce7f107fe9357f9df03efb73ab90386fccae
15-
# actions/setup-java @ v4.5.0 → 8df1039502a15bceb9433410b1a100fbe190c53b
15+
# actions/setup-java @ v5.2.0 → be666c2fcd27ec809703dec50e508c2fdc7f6654
1616
# actions/upload-artifact @ v4.4.3 → b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
1717
# gradle/actions/setup-gradle @ v4.1.0 → d156388eb19639ec20ade50009f3d199ce1e2808
18-
# github/codeql-action/upload-sarif @ v3.27.0662472033e021d55d94146f66f6058822b0b39fd
18+
# github/codeql-action/upload-sarif @ v4.35.295e58e9a2cdfd71adc6e0353d5c52f41a045d225
1919

2020
on:
2121
push:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ junit = "4.13.2"
1010
junitVersion = "1.3.0"
1111
espressoCore = "3.7.0"
1212
appcompat = "1.7.1"
13-
material = "1.12.0"
13+
material = "1.13.0"
1414
coroutines = "1.10.2"
1515
lifecycle = "2.10.0"
1616
gamesActivity = "4.4.1"

0 commit comments

Comments
 (0)