We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73c268 commit 2efcc93Copy full SHA for 2efcc93
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
28
- - uses: gradle/wrapper-validation-action@55e685c48d84285a5b0418cd094606e199cca3b6 # v1.0.5
+ - uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
29
- name: Fetch version history
30
# Do NOT want to fetch all tags if building a specific tag.
31
# Doing so could result in code published with wrong version, if newer tags have been pushed
0 commit comments