Skip to content

Commit ce533ce

Browse files
chore(deps): pin raven-actions/actionlint action to (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 769df2e commit ce533ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
ref: ${{ inputs.target-ref }}
131131

132132
- name: Run actionlint
133-
uses: raven-actions/actionlint@v2.0.1
133+
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1
134134

135135
lint:
136136
strategy:

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4040

4141
- name: Run actionlint
42-
uses: raven-actions/actionlint@v2.0.1
42+
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1

0 commit comments

Comments
 (0)