Skip to content

Commit 64ddf67

Browse files
authored
Merge pull request #38 from dhatim/renovate/actions-checkout-digest
Update actions/checkout digest to 8ade135
2 parents 18b196c + c6ea0df commit 64ddf67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1313
- uses: actions/setup-java@v3
1414
with:
1515
distribution: 'zulu'

.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
41+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
4242

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

0 commit comments

Comments
 (0)