Skip to content

Commit

Permalink
Merge pull request #42 from Consensys/24092024
Browse files Browse the repository at this point in the history
tag to commit hashes for mm
  • Loading branch information
joshuafernandes authored Sep 24, 2024
2 parents a4649d9 + b4ce42d commit 2575969
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion linkcheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ runs:
repository: Consensys/docs-gha
path: .docs-gha

# 5c5dfc0ac2e225883c0e5f03a85311ec2830d368 = v1 as at 24092024
# use-quiet-mode: only show errors in output
# use-verbose-mode: show detailed HTTP status for checked links
- name: Test links
uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
with:
use-quiet-mode: yes
use-verbose-mode: yes
Expand Down
3 changes: 2 additions & 1 deletion lint-markdown/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ runs:
repository: Consensys/docs-gha
path: .docs-gha

- uses: tj-actions/changed-files@v45
# 48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c = v45 as at 24092024
- uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c
id: changed-files
with:
files: ${{ inputs.FILEPATHS }}
Expand Down
3 changes: 2 additions & 1 deletion spelling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ runs:
repository: Consensys/docs-gha
path: .docs-gha

# 38bf078c328061f59879b347ca344a718a736018 = v2 as at 24092024
- name: Vale
uses: errata-ai/vale-action@v2
uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018
with:
files: ${{ inputs.FILEPATHS }}
separator: ","
Expand Down
2 changes: 1 addition & 1 deletion trivy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:

# 0.23.0
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down

0 comments on commit 2575969

Please sign in to comment.