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

Commit a48020c

Browse files
committed
Update actions/checkout digest to b4ffde6
1 parent aeea1ae commit a48020c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-check.yml

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

1010
steps:
1111
# ...
12-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313
- name: Set up JDK 17
1414
uses: actions/setup-java@v3
1515
with:

.github/workflows/detekt-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Steps represent a sequence of tasks that will be executed as part of the job
3939
steps:
4040
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
41-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
41+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4242

4343
# Gets the download URL associated with the $DETEKT_RELEASE_TAG
4444
- name: Get Detekt download URL

.github/workflows/prerelease.yml

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

1313
steps:
1414
# ...
15-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v3
1818
with:

0 commit comments

Comments
 (0)