Skip to content

Commit 807bdba

Browse files
reidspencerclaude
andcommitted
Fix last SonarCloud security hotspot: dependency-check SHA
Use full SHA for dependency-check/Dependency-Check_Action instead of branch reference "main" to satisfy supply chain security requirements. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 016b35c commit 807bdba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
uses: actions/checkout@v4
171171

172172
- name: Run Dependency Check
173-
uses: dependency-check/Dependency-Check_Action@main
173+
uses: dependency-check/Dependency-Check_Action@1e54355a8b4c8abaa8cc7d0b70aa655a3bb15a6c # main
174174
with:
175175
project: 'riddl'
176176
path: '.'

0 commit comments

Comments
 (0)