Skip to content

Commit c0711ab

Browse files
committed
Pin actions to sha's
1 parent 3b19974 commit c0711ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-qualitiy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ jobs:
105105
permissions:
106106
pull-requests: write # To comment on a Pull Request
107107
steps:
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109
with:
110110
submodules: true
111111
- name: Setup JDK17
112-
uses: actions/setup-java@v4
112+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
113113
with:
114-
distribution: 'temurin'
115114
java-version: '17'
115+
distribution: 'temurin'
116116
- name: Dirty Waters Analysis
117-
uses: chains-project/[email protected]
117+
uses: chains-project/dirty-waters-action@c66f3ec3a34924dcad7717e316223dd17cdf5a57 # v1.11.42
118118
with:
119119
github_token: ${{ secrets.GITHUB_TOKEN }}
120120
package_manager: maven

0 commit comments

Comments
 (0)