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:
109109 uvx zizmor --format plain .
110110
111111 - name : Lint CHANGELOG
112- uses : DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
112+ uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
113113 with :
114114 config : ' .config/changelog.markdownlint.yaml'
115115 globs : ' CHANGELOG.md'
116116
117117 - name : Lint Other Markdown
118- uses : DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
118+ uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
119119 with :
120120 config : ' .config/.markdownlint.yaml'
121121 globs : |
122122 **/README.md
123123
124124 - name : Lint Python code
125- uses : astral-sh/ruff-action@9828f49eb4cadf267b40eaa330295c412c68c1f9 # v3
125+ uses : astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
126126 with :
127127 args : --config=.config/ruff.toml check
128128 src : src
You can’t perform that action at this time.
0 commit comments