Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit ab83b0d

Browse files
chore(deps): update actions/checkout action to v4
1 parent a5cc748 commit ab83b0d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout the repository
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1212
- name: Set up JDK 11
1313
uses: actions/setup-java@v3
1414
with:

.github/workflows/package-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout the repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313
with:
1414
ref: ${{ github.head_ref }}
1515
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout the repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313
- name: Set up JDK 11
1414
uses: actions/setup-java@v3
1515
with:

0 commit comments

Comments
 (0)