Skip to content

Commit

Permalink
Merge pull request #1465 from IntelPython/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…idicula/clang-format-action-4.13.0

Bump jidicula/clang-format-action from 4.12.0 to 4.13.0
  • Loading branch information
Diptorup Deb authored May 28, 2024
2 parents f703390 + 4779057 commit ab10b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_style_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.12.0
uses: jidicula/clang-format-action@v4.13.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
with:
clang-format-version: '14'
check-path: 'numba_dpex/dpctl_iface'

0 comments on commit ab10b5f

Please sign in to comment.