Skip to content

Commit 5e09c6a

Browse files
authored
Update java.yaml
1 parent fcc6659 commit 5e09c6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/java.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
name: Check Copyright
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719
- id: copyright-action
18-
uses: cicsdev/.github/.github/actions/samples-copyright-checker@139edd8dc23af7f4f7dd9afe4d56a1053fe426a7
20+
uses: cicsdev/.github/.github/actions/samples-copyright-checker@4134522d8109169bb8c460db841f94167ec2802f
1921
with:
2022
directory: './cics-java-liberty-link-app/'
2123
file-extensions: '*.java'

0 commit comments

Comments
 (0)