We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7553303 + 1f31987 commit 09f09b9Copy full SHA for 09f09b9
.github/workflows/build-and-test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Test and Assemble and ApiDiff with Gradle
23
run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain
24
25
- - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
+ - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
26
with:
27
flags: unittests
28
- uses: actions/upload-artifact@v4
.github/workflows/rl-secure.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Checkout code
35
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
36
37
fetch-depth: 0
38
0 commit comments