Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base image updated #222

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log for spellcheck-github-actions

## 0.45.0, 2024-11-05, maintenance release, update not required

- Docker base image updated from `python:3.13.0-slim-bullseye` to `python:3.13.0-slim-bookworm`. Which should
give us some time in to live, end of life take into consideration:

- https://endoflife.date/debian

## 0.44.0, 2024-10-25, maintenance release, update not required

- Docker image updated to Python 3.13.0 slim via PR [#217](https://github.com/rojopolis/spellcheck-github-actions/pull/217) from Dependabot. [Release notes for Python 3.13.0](https://docs.python.org/release/3.13.0/whatsnew/changelog.html)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# REF: https://hub.docker.com/_/python
FROM python:3.13.0-slim-bullseye
FROM python:3.13.0-slim-bookworm

LABEL "com.github.actions.name"="Spellcheck Action"
LABEL "com.github.actions.description"="Check spelling of files in repository"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.44.0
- uses: rojopolis/spellcheck-github-actions@0.45.0
name: Spellcheck
```

Expand All @@ -114,7 +114,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy

### Using a Canonical Version

In the above example, the configuration is pointing to the exact version of `0.44.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
In the above example, the configuration is pointing to the exact version of `0.45.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.

```yaml
name: Spellcheck Action
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.44.0
- uses: rojopolis/spellcheck-github-actions@0.45.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md notes/Notes.md
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.44.0
- uses: rojopolis/spellcheck-github-actions@0.45.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md notes/Notes.md
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.44.0
- uses: rojopolis/spellcheck-github-actions@0.45.0
name: Spellcheck
with:
config_path: config/.spellcheck.yml # put path to configuration file here
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.44.0
- uses: rojopolis/spellcheck-github-actions@0.45.0
name: Spellcheck
with:
config_path: .github/spellcheck.yml # <--- put path to configuration file here
Expand Down Expand Up @@ -758,7 +758,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.44.0
- uses: rojopolis/spellcheck-github-actions@0.45.0
name: Spellcheck
```

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ branding:
icon: type
runs:
using: docker
image: 'docker://jonasbn/github-action-spellcheck:0.44.0'
image: 'docker://jonasbn/github-action-spellcheck:0.45.0'
4 changes: 3 additions & 1 deletion wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ chrispat
codefences
config
de
debian
declutter
dependabot
edumco
electrocucaracha
endoflife
facelessuser
faq
gcattan
Expand All @@ -85,9 +87,9 @@ snyk
socio
soupsieve
subdirectory
tj
toolchain
wcmatch
www
xsaero
zipp
tj