Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ jobs:
fi
- name: Login to Docker Hub
if: env.DOCKER_USER != '' && env.DOCKER_PASSWORD != ''
uses: docker/login-action@v4
uses: docker/login-action@v4.5.1
with:
username: ${{ env.DOCKER_USER }}
password: ${{ env.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v4.5.1
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
# This requires to set in the package settings read permission for the
# repository where the golang ci is running
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v4.5.1
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
# This requires to set in the package settings read permission for the
# repository where the golang ci is running
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v4.5.1
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
run: |
make ci-pre-build
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v4.5.1
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
repositories: ${{ github.event.repository.name }}${{ inputs.repositories && format(',{0}', inputs.repositories) || '' }}
permission-contents: read
- name: Login to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v4.5.1
# we log in the registry to code check also images
with:
registry: ghcr.io
Expand Down
42 changes: 40 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Workflows Release Notes

## 0.0.3-dev - 2026-06-19
## 0.0.3-dev - 2026-08-01

### Features

Expand Down Expand Up @@ -54,13 +54,15 @@
contains `docker` (PR #99 by @chicco785)
- golang workflow: skip code coverage if the actor is dependabot (PR #100 by
@cosimomeli)
- markdown workflow: run spellcheck only on actually changed \*.md files (PR #96
- markdown workflow: run spellcheck only on actually changed *.md files (PR #96
by @chicco785)
- Support different grammar check modalities (local and online) in the script
(PR #89 by @chicco785)

### Bug Fixes

- deployment: update tag only where the app entry already exists (PR #321 by
@cosimomeli)
- markdown wf: fix chrome for puppeteer (PR #299 by @chicco785)
- Use Linkspector 1.4.1 (PR #296 by @cosimomeli)
- approve and merge wf: pr were failing checks are not required should be merged
Expand Down Expand Up @@ -108,6 +110,42 @@

### Dependencies

- Bump actions/setup-python from 6.3.0 to 7.0.0 (PR #322 by @dependabot[bot])
- Bump reviewdog/action-actionlint from 1.72.0 to 1.73.0 (PR #324 by
@dependabot[bot])
- Bump aws-actions/configure-aws-credentials from 6.2.2 to 6.2.3 (PR #325 by
@dependabot[bot])
- Bump actions/checkout from 7.0.0 to 7.0.1 (PR #326 by @dependabot[bot])
- Bump docker/login-action from 4 to 4.5.1 (PR #323 by @dependabot[bot])
- Bump actions/setup-python from 6 to 6.3.0 (PR #316 by @dependabot[bot])
- Bump reviewdog/action-actionlint from 1 to 1.72.0 (PR #317 by
@dependabot[bot])
- Bump actions/setup-go from 6 to 7 (PR #318 by @dependabot[bot])
- Bump actions/setup-node from 6.4.0 to 7.0.0 (PR #319 by @dependabot[bot])
- Bump SonarSource/sonarqube-scan-action from 8.2.0 to 8.2.1 (PR #320 by
@dependabot[bot])
- Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 (PR #314 by
@dependabot[bot])
- Bump actions/setup-node from 6 to 6.4.0 (PR #315 by @dependabot[bot])
- Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 (PR #310 by
@dependabot[bot])
- Bump DavidAnson/markdownlint-cli2-action from 23 to 24 (PR #311 by
@dependabot[bot])
- Bump aws-actions/configure-aws-credentials from 6 to 6.2.1 (PR #312 by
@dependabot[bot])
- Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 (PR #313 by
@dependabot[bot])
- Bump golangci/golangci-lint-action from 9 to 9.2.1 (PR #307 by
@dependabot[bot])
- Bump stefanzweifel/git-auto-commit-action from 7 to 7.1.0 (PR #308 by
@dependabot[bot])
- Bump actions/cache from 5.0.5 to 6.1.0 (PR #309 by @dependabot[bot])
- Bump actions/cache from 5 to 5.0.5 (PR #305 by @dependabot[bot])
- Bump actions/checkout from 6.0.3 to 7.0.0 (PR #306 by @dependabot[bot])
- Bump SonarSource/sonarqube-scan-action from 8.1.0 to 8.2.0 (PR #302 by
@dependabot[bot])
- Bump umbrelladocs/action-linkspector from 1.5.2 to 1.5.4 (PR #303 by
@dependabot[bot])
- Bump actions/checkout from 6.0.2 to 6.0.3 (PR #301 by @dependabot[bot])
- Bump actions/checkout from 6 to 6.0.2 (PR #298 by @dependabot[bot])
- Bump umbrelladocs/action-linkspector from 1.4.1 to 1.5.2 (PR #297 by
Expand Down
Loading