mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-05 19:42:54 +02:00
Restrict permissions, update actions
The actions release numbers were taken from the 3.1dev branch. Note: there was one strange codespell error in PR #2263. Maybe the updated action will avoid this in the future.
This commit is contained in:
5
.github/workflows/codespell.yml
vendored
5
.github/workflows/codespell.yml
vendored
@ -1,12 +1,15 @@
|
||||
---
|
||||
name: Codespell
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
codespell:
|
||||
name: Check for spelling errors
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: codespell-project/actions-codespell@master
|
||||
with:
|
||||
skip: ca_hashes.txt,tls_data.txt,*.pem,OPENSSL-LICENSE.txt
|
||||
|
Reference in New Issue
Block a user