We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4474d commit 26185b7Copy full SHA for 26185b7
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
token: ${{ secrets.PAT_INSOMNIA_INFRA }}
23
24
- name: Configure Git user
25
- uses: Homebrew/actions/git-user-config@master
+ uses: Homebrew/actions/git-user-config@266845213695c3047d210b2e8fbc42ecdaf45802 # master
26
with:
27
username: ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'insomnia-infra' }}
28
@@ -48,7 +48,7 @@ jobs:
48
git push origin master
49
50
- name: Create Tag and Release
51
- uses: ncipollo/release-action@v1
+ uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1
52
id: core_tag_and_release
53
54
tag: v${{ env.TAG }}
0 commit comments