Skip to content

Commit 26185b7

Browse files
committed
Pin all external github actions to their corresponding commit SHAs
1 parent 5b4474d commit 26185b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
token: ${{ secrets.PAT_INSOMNIA_INFRA }}
2323

2424
- name: Configure Git user
25-
uses: Homebrew/actions/git-user-config@master
25+
uses: Homebrew/actions/git-user-config@266845213695c3047d210b2e8fbc42ecdaf45802 # master
2626
with:
2727
username: ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'insomnia-infra' }}
2828

@@ -48,7 +48,7 @@ jobs:
4848
git push origin master
4949
5050
- name: Create Tag and Release
51-
uses: ncipollo/release-action@v1
51+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1
5252
id: core_tag_and_release
5353
with:
5454
tag: v${{ env.TAG }}

0 commit comments

Comments
 (0)