Skip to content

Commit

Permalink
Add commit hashes to action dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Venelin Bakalov <[email protected]>
  • Loading branch information
VenelinBakalov committed Jan 10, 2025
1 parent fa8c4d5 commit bdef0cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Setup Maven Action
uses: s4u/[email protected]
uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba #v1.17.0
with:
java-version: ${{ matrix.java }}
java-distribution: "temurin"
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Import GPG Key
if: ${{ github.ref == 'refs/heads/main' }}
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6
with:
config-name: release-drafter.yml
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: sudo apt-get install libxml2-utils

- name: Setup Maven Action
uses: s4u/[email protected]
uses: s4u/setup-maven-action@9a27433d289dd99d73851f653607c39d3444e8ba #v1.17.0
with:
java-version: 17
java-distribution: "temurin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/[email protected]
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
with:
scan-type: 'fs'
scan-ref: '.'
Expand Down

0 comments on commit bdef0cb

Please sign in to comment.