Skip to content

Commit

Permalink
fix workflow version and remove spaces
Browse files Browse the repository at this point in the history
Signed-off-by: ISP akm <[email protected]>
  • Loading branch information
xygyo77 committed Jun 21, 2024
1 parent 6d0074d commit b616f5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cppcheck-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@v1

# Display the modified packages
- name: Show modified packages
run: |
Expand All @@ -43,13 +43,13 @@ jobs:
- name: Get modified files
id: get-modified-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v4
with:
files: |
**/*.cpp
**/*.hpp
# Display the modified files
# Display the modified files
- name: Show modified files
run: |
echo "Modified files:"
Expand All @@ -74,7 +74,7 @@ jobs:
cat cppcheck-report.txt
- name: Upload Cppcheck report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cppcheck-report
path: cppcheck-report.txt
Expand Down

0 comments on commit b616f5c

Please sign in to comment.