Skip to content

Commit 6ea4bb4

Browse files
committed
tools: pin actions by hash for tools.yml
Signed-off-by: Gabriela Gutierrez <[email protected]>
1 parent 5681827 commit 6ea4bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
./tools/update-nghttp2.sh "$NEW_VERSION"
166166
fi
167167
steps:
168-
- uses: actions/checkout@v3
168+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
169169
with:
170170
persist-credentials: false
171171
- run: ${{ matrix.run }}

0 commit comments

Comments
 (0)