Skip to content

Commit c3c3d1e

Browse files
authored
Pin 3rd-party actions to SHA1 in .github/workflows/CI.yaml (#31)
1 parent 42fe770 commit c3c3d1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Deploy p2 update site
4545
if: github.ref == 'refs/heads/main' && runner.os == 'Linux'
46-
uses: marvinpinto/action-automatic-releases@latest
46+
uses: marvinpinto/action-automatic-releases@d68defdd11f9dcc7f52f35c1b7c236ee7513bcc1 #latest
4747
with:
4848
repo_token: "${{secrets.GITHUB_TOKEN}}"
4949
automatic_release_tag: "latest"
@@ -53,7 +53,7 @@ jobs:
5353
org.jboss.tools.m2e.wro4j.site/target/flat-repository/*
5454
5555
- name: Release
56-
uses: softprops/action-gh-release@v1
56+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 #v1
5757
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'
5858
with:
5959
files: |

0 commit comments

Comments
 (0)