Skip to content

Commit e2abf5d

Browse files
tag to commit hashes for mm
1 parent a084ef7 commit e2abf5d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

linkcheck/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ runs:
3434
repository: Consensys/docs-gha
3535
path: .docs-gha
3636

37+
# 5c5dfc0ac2e225883c0e5f03a85311ec2830d368 = v1 as at 24092024
3738
# use-quiet-mode: only show errors in output
3839
# use-verbose-mode: show detailed HTTP status for checked links
3940
- name: Test links
40-
uses: gaurav-nelson/github-action-markdown-link-check@v1
41+
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
4142
with:
4243
use-quiet-mode: yes
4344
use-verbose-mode: yes

lint-markdown/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ runs:
2222
repository: Consensys/docs-gha
2323
path: .docs-gha
2424

25-
- uses: tj-actions/changed-files@v45
25+
# 48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c = v45 as at 24092024
26+
- uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c
2627
id: changed-files
2728
with:
2829
files: ${{ inputs.FILEPATHS }}

spelling/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ runs:
1818
repository: Consensys/docs-gha
1919
path: .docs-gha
2020

21+
# 38bf078c328061f59879b347ca344a718a736018 = v2 as at 24092024
2122
- name: Vale
22-
uses: errata-ai/vale-action@v2
23+
uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018
2324
with:
2425
files: ${{ inputs.FILEPATHS }}
2526
separator: ","

trivy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414

1515
# 0.23.0
1616
- name: Run Trivy vulnerability scanner
17-
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
17+
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
1818
with:
1919
scan-type: 'fs'
2020
ignore-unfixed: true

0 commit comments

Comments
 (0)