Skip to content

Commit 4a033a9

Browse files
author
Daniel Ruthardt
authored
📌 Pin GitHub Action versions (#12)
1 parent 00bf5cf commit 4a033a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Create Release
15-
uses: "marvinpinto/action-automatic-releases@latest"
15+
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
1616
with:
1717
repo_token: "${{ secrets.GITHUB_TOKEN }}"
1818
automatic_release_tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)