Skip to content

Commit c6b2460

Browse files
authored
Merge pull request #4312 from skoeva/pinned-deps
github/workflows/draft-release: Pin actions by hash
2 parents 8b34f97 + 74414ac commit c6b2460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2424
with:
2525
fetch-depth: 0
2626

@@ -48,7 +48,7 @@ jobs:
4848
echo "EOF" >> $GITHUB_OUTPUT
4949
5050
- name: Create Release Coordination Issue
51-
uses: actions/github-script@v7
51+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
5252
with:
5353
github-token: ${{ github.token }}
5454
script: |

0 commit comments

Comments
 (0)