Skip to content

Commit a4bb807

Browse files
committed
ci(common): fix actionlint version
1 parent b897ec4 commit a4bb807

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/common-pull-request-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
ACTIONLINT_VERSION: 1.6.27
7+
ACTIONLINT_VERSION: 1.7.8
88

99
permissions: {}
1010

@@ -25,6 +25,7 @@ jobs:
2525
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1
2626
with:
2727
flags: "-ignore SC2001"
28+
version: ${{ env.ACTIONLINT_VERSION }}
2829

2930
- name: Ensure SHA pinned actions
3031
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@64418826697dcd77c93a8e4a1f7601a1942e57b5 # v3.0.18

0 commit comments

Comments
 (0)