Skip to content

Commit fd793fa

Browse files
authored
Prevent potential supply chain attack by referencing a commit rather than @latest (#65)
1 parent 190b94e commit fd793fa

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
@@ -60,7 +60,7 @@ jobs:
6060
nfpm package -p deb --target "nfpm-pkg/"
6161
6262
- name: "Publish release"
63-
uses: "marvinpinto/action-automatic-releases@latest"
63+
uses: "marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1"
6464
with:
6565
repo_token: "${{ secrets.GITHUB_TOKEN }}"
6666
automatic_release_tag: "${{ steps.get_version.outputs.version }}"

0 commit comments

Comments
 (0)