We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc6659 commit 5e09c6aCopy full SHA for 5e09c6a
.github/workflows/java.yaml
@@ -14,8 +14,10 @@ jobs:
14
name: Check Copyright
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
- id: copyright-action
- uses: cicsdev/.github/.github/actions/samples-copyright-checker@139edd8dc23af7f4f7dd9afe4d56a1053fe426a7
20
+ uses: cicsdev/.github/.github/actions/samples-copyright-checker@4134522d8109169bb8c460db841f94167ec2802f
21
with:
22
directory: './cics-java-liberty-link-app/'
23
file-extensions: '*.java'
0 commit comments