Skip to content

Commit

Permalink
Pin 3rd-party actions to SHA1 in .github/workflows/CI.yaml (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbricon authored Apr 7, 2023
1 parent 42fe770 commit c3c3d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

0 comments on commit c3c3d1e

Please sign in to comment.