Skip to content

Commit 6e2525b

Browse files
authored
Merge pull request #40 from dhatim/renovate/actions-checkout-digest
Update actions/checkout digest to b4ffde6
2 parents 50657dd + 91f10aa commit 6e2525b

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

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

0 commit comments

Comments
 (0)