We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b897ec4 commit a4bb807Copy full SHA for a4bb807
.github/workflows/common-pull-request-lint.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
6
env:
7
- ACTIONLINT_VERSION: 1.6.27
+ ACTIONLINT_VERSION: 1.7.8
8
9
permissions: {}
10
@@ -25,6 +25,7 @@ jobs:
25
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1
26
with:
27
flags: "-ignore SC2001"
28
+ version: ${{ env.ACTIONLINT_VERSION }}
29
30
- name: Ensure SHA pinned actions
31
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@64418826697dcd77c93a8e4a1f7601a1942e57b5 # v3.0.18
0 commit comments