Skip to content

Commit 636bd63

Browse files
committed
Upgrade to actions/checkout v4.2.0
1 parent ea14351 commit 636bd63

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.repository == 'spring-gradle-plugins/compatibility-test-plugin' }}
1313
steps:
1414
- name: Check Out Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616
- name: Build and Publish
1717
id: build-and-publish
1818
uses: ./.github/actions/build

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java-version: '17'
1717
distribution: 'liberica'
1818
- name: Check Out
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020
- name: Set Up Gradle
2121
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
2222
- name: Build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config --global core.longPaths true
3838
Stop-Service -name Docker
3939
- name: Check Out Code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4141
- name: Build
4242
id: build
4343
uses: ./.github/actions/build

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.repository == 'spring-gradle-plugins/compatibility-test-plugin' }}
1313
steps:
1414
- name: Check Out Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616
- name: Build and Publish
1717
id: build-and-publish
1818
uses: ./.github/actions/build
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Check Out Code
42-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4343
- name: Sync to Maven Central
4444
uses: ./.github/actions/sync-to-maven-central
4545
with:
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Check Out Code
72-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
72+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7373
- name: Create GitHub Release
7474
uses: ./.github/actions/create-github-release
7575
with:

0 commit comments

Comments
 (0)