We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08c566 + 5ff464d commit 37482d4Copy full SHA for 37482d4
.github/workflows/gradle-wrapper-validation.yml
@@ -25,5 +25,5 @@ jobs:
25
name: "Validation"
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
29
- uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
.github/workflows/reuse.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest-low
20
21
- name: Checkout
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
23
with:
24
persist-credentials: false
0 commit comments