Skip to content

Commit 14ce492

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#34)
1 parent ec1d081 commit 14ce492

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/__lockfile__.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: nothing
1717
steps:
1818
- name: actions/checkout@v6
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
- name: actions/create-github-app-token@v2
2121
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2222
- name: actions/setup-java@v5

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build and test
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
with:
2323
persist-credentials: false
2424
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
INPUTS_SOURCE_RUN: ${{ inputs.source_run }}
3131
run: 'echo "Triggered by workflow in repo: ${INPUTS_SOURCE_RUN}" >> $GITHUB_STEP_SUMMARY'
32-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
32+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3333
with:
3434
persist-credentials: false
3535
fetch-depth: 0
@@ -39,7 +39,7 @@ jobs:
3939
java-version: '21'
4040
distribution: temurin
4141
cache: gradle
42-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4343
with:
4444
persist-credentials: true
4545
fetch-depth: 0

.github/workflows/prb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build and test
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
with:
1717
persist-credentials: false
1818
fetch-depth: 0
@@ -36,7 +36,7 @@ jobs:
3636
check-pkl-github-actions:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
39+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040
with:
4141
persist-credentials: false
4242
- name: Setup Pkl

0 commit comments

Comments
 (0)