Skip to content

Commit c61aced

Browse files
[StepSecurity] Apply security best practices
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
1 parent 7e5b48f commit c61aced

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
echo "files=${yamls[*]}" >> "${GITHUB_OUTPUT}"
3838
3939
- name: Action lint
40-
uses: reviewdog/action-actionlint@95395aac8c053577d0bc67eb7b74936c660c6f66 # v1.67.0
40+
uses: step-security/action-actionlint@d364e70a116a460ed220d67b1ca2f2579c48a40a # v1.69.1
4141
with:
4242
actionlint_flags: ${{ steps.get_yamls.outputs.files }}

.github/workflows/style.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ jobs:
122122
- uses: chainguard-dev/actions/eof-newline@cd899cc96227b82170571cad1c3d6378d8cba678 # v1.4.15
123123
if: ${{ always() }}
124124

125-
- uses: reviewdog/action-tflint@54a5e5aed57dcfbb4662ec548de876df33d6288d # v1.25.0
125+
- uses: step-security/action-tflint@15c8d1fff9c8c2f40157254897d99ef4bb0c5e5d # v1.24.2
126126
if: ${{ always() }}
127127
with:
128128
github_token: ${{ secrets.github_token }}
129129
fail_level: warning
130130

131-
- uses: reviewdog/action-misspell@9daa94af4357dddb6fd3775de806bc0a8e98d3e4 # v1.26.3
131+
- uses: step-security/action-misspell@185febccfc9a0598c17a34b579cc7e64a54afc6d # v1.27.1
132132
if: ${{ always() }}
133133
with:
134134
github_token: ${{ secrets.github_token }}
@@ -139,7 +139,7 @@ jobs:
139139
**/third_party/**
140140
./*.yml
141141
142-
- uses: get-woke/woke-action-reviewdog@d71fd0115146a01c3181439ce714e21a69d75e31 # v0
142+
- uses: step-security/woke-action-reviewdog@950b04a91ab83c38de67275fe6190a4eb977f261 # v0.1.1
143143
if: ${{ always() }}
144144
with:
145145
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)