Skip to content

Commit 07c0747

Browse files
committed
chore(deps): update github official actions
1 parent ad6ecbd commit 07c0747

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle-dependency-submit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: Checkout sources
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2222
with:
2323
persist-credentials: false
2424
- name: Set up JDK 21
25-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
25+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5
2626
with:
2727
distribution: zulu
2828
java-version: 21

.github/workflows/renovate-config-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout sources
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
2323
with:
2424
persist-credentials: false
2525

0 commit comments

Comments
 (0)