[action] change action version
authorYelin Jeong <yelini.jeong@samsung.com>
Tue, 27 Feb 2024 03:51:31 +0000 (12:51 +0900)
committerWook Song <wook16.song@samsung.com>
Tue, 18 Mar 2025 07:28:09 +0000 (16:28 +0900)
This patch change cpp-linter action version because of setup-python

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
.github/workflows/pr-build-tizen.yml

index 3119f2fbea0f199724cea475bdc8713a34e25345..ee5a0986578dabbf226449e2c275c59796e62c05 100644 (file)
@@ -14,7 +14,7 @@ jobs:
         with:
           ref: ${{ github.event.pull_request.head.sha }}
       - name: Run clang-format style check for C/C++
-        uses: CODE-Actions/cpp-linter-cpp-linter-action@v2
+        uses: CODE-Actions/cpp-linter-cpp-linter-action@v2.7.1
         env:
           GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
         with: