Skip to content

Commit 9a6db4a

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (ChrisCarini/github-repo-files-sync#212) (#434)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23cec30 commit 9a6db4a

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Check out current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3737
timeout-minutes: 1
3838

3939
# Validate wrapper
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Check out current repository
5353
- name: Fetch Sources
54-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
54+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5555
timeout-minutes: 1
5656

5757
# Setup Java environment for the next steps
@@ -114,7 +114,7 @@ jobs:
114114

115115
# Check out current repository
116116
- name: Fetch Sources
117-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
117+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
118118
timeout-minutes: 1
119119

120120
# Setup Java environment for the next steps
@@ -166,7 +166,7 @@ jobs:
166166

167167
# Check out current repository
168168
- name: Fetch Sources
169-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
169+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
170170
timeout-minutes: 1
171171

172172
# Remove old release drafts by using the curl request for the available releases with draft flag

.github/workflows/compatibility.yml

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

2626
steps:
2727
- name: Check out repository
28-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929
timeout-minutes: 1
3030

3131
- name: Setup Java

.github/workflows/files-changed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
changed_files: ${{ steps.changes.outputs.changed_files }}
5656
steps:
5757
- name: Check out repository
58-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959
timeout-minutes: 1
6060

6161
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2

.github/workflows/release.yml

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

1818
# Check out current repository
1919
- name: Fetch Sources
20-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
timeout-minutes: 1
2222
with:
2323
ref: ${{ github.event.release.tag_name }}

.github/workflows/scorecards-analysis.yml

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

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3636
timeout-minutes: 1
3737
with:
3838
persist-credentials: false

.github/workflows/update-gradle-wrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
timeout-minutes: 1
1717

1818
- name: Setup Java
@@ -24,7 +24,7 @@ jobs:
2424
cache: gradle
2525

2626
- name: Update Gradle Wrapper
27-
uses: gradle-update/update-gradle-wrapper-action@9268373d69bd0974b6318eb3b512b8e025060bbe # v2.0.0
27+
uses: gradle-update/update-gradle-wrapper-action@0407394b9d173dfc9cf5695f9f560fef6d61a5fe # v1.0.20
2828
with:
2929
repo-token: ${{ secrets.GH_PAT_REPO_SCOPE_FOR_ACTIONS_THAT_OPEN_PRS }}
3030
merge-method: SQUASH

.github/workflows/update-plugin-platform-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update-jetbrains-plugin-platform-version:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1414
timeout-minutes: 1
1515
with:
1616
token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}

0 commit comments

Comments
 (0)