File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,20 +109,20 @@ jobs:
109
109
uvx zizmor --format plain .
110
110
111
111
- name : Lint CHANGELOG
112
- uses : DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
112
+ uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
113
113
with :
114
114
config : ' .config/changelog.markdownlint.yaml'
115
115
globs : ' CHANGELOG.md'
116
116
117
117
- name : Lint Other Markdown
118
- uses : DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
118
+ uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
119
119
with :
120
120
config : ' .config/.markdownlint.yaml'
121
121
globs : |
122
122
**/README.md
123
123
124
124
- name : Lint Python code
125
- uses : astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3
125
+ uses : astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
126
126
with :
127
127
args : --config=.config/ruff.toml check
128
128
src : src
You can’t perform that action at this time.
0 commit comments