Skip to content

ci: bump actions/attest-build-provenance from 4.1.0 to 4.1.1#159

Merged
BeryJu merged 1 commit into
mainfrom
dependabot/github_actions/actions/attest-build-provenance-4.1.1
Jun 29, 2026
Merged

ci: bump actions/attest-build-provenance from 4.1.0 to 4.1.1#159
BeryJu merged 1 commit into
mainfrom
dependabot/github_actions/actions/attest-build-provenance-4.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/attest-build-provenance from 4.1.0 to 4.1.1.

Release notes

Sourced from actions/attest-build-provenance's releases.

v4.1.1

[!NOTE] As of version 4, actions/attest-build-provenance is simply a wrapper on top of actions/attest.

Existing applications may continue to use the attest-build-provenance action, but new implementations should use actions/attest instead.

What's Changed

Full Changelog: actions/attest-build-provenance@v4.1.0...v4.1.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@a2bbfa2...0f67c3f)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 29, 2026
@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - debian-fips (``)

Image built: ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips-debian
full=ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-159
### Debian version ###
docker run --rm ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-159 \
	cat /etc/debian_version
13.5
### Test that base images has OpenSSL with FIPS enabled ###
docker run --rm ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-159 \
	openssl list -providers -provider default -provider base -provider fips
Providers:
  base
    name: OpenSSL Base Provider
    version: 3.5.6
    status: active
  default
    name: OpenSSL Default Provider
    version: 3.5.6
    status: active
  fips
    name: OpenSSL FIPS Provider
    version: 3.1.2
    status: active

@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - xmlsec1-fips (``)

Image built: ghcr.io/goauthentik/fips-xmlsec1:1.3.12-slim-trixie-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips-xmlsec1
full=ghcr.io/goauthentik/fips-xmlsec1:1.3.12-slim-trixie-fips-pr-159
### Test that base images has OpenSSL with FIPS enabled ###
docker run --rm ghcr.io/goauthentik/fips-xmlsec1:1.3.12-slim-trixie-fips-pr-159 \
	openssl list -providers -provider default -provider base -provider fips
Providers:
  base
    name: OpenSSL Base Provider
    version: 3.5.6
    status: active
  default
    name: OpenSSL Default Provider
    version: 3.5.6
    status: active
  fips
    name: OpenSSL FIPS Provider
    version: 3.1.2
    status: active
### xmlsec1 version ###
docker run --rm ghcr.io/goauthentik/fips-xmlsec1:1.3.12-slim-trixie-fips-pr-159 \
	xmlsec1 --version
xmlsec1 1.3.12 (openssl)

@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - python-fips (PYTHON_VERSION=3.15.0a2)

Image built: ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips-python
full=ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-159
### Python version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-159 \
	python --version
Python 3.15.0a2
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-159 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.6+ak-fips 7 Apr 2026

@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - python-fips-freethreading (PYTHON_VERSION=3.14.6)

Image built: ghcr.io/goauthentik/fips:3.14.6t-slim-trixie-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips
full=ghcr.io/goauthentik/fips:3.14.6t-slim-trixie-fips-pr-159
### Python version ###
docker run --rm ghcr.io/goauthentik/fips:3.14.6t-slim-trixie-fips-pr-159 \
	python --version
Python 3.14.6
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips:3.14.6t-slim-trixie-fips-pr-159 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.6+ak-fips 7 Apr 2026
### Python freethreading ###
docker run --rm ghcr.io/goauthentik/fips:3.14.6t-slim-trixie-fips-pr-159 \
	python -c "import sys; print('Freethreading status:', sys._is_gil_enabled())"
Freethreading status: True

@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - python-fips-freethreading (PYTHON_VERSION=3.15.0a2)

Image built: ghcr.io/goauthentik/fips:3.15.0a2t-slim-trixie-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips
full=ghcr.io/goauthentik/fips:3.15.0a2t-slim-trixie-fips-pr-159
### Python version ###
docker run --rm ghcr.io/goauthentik/fips:3.15.0a2t-slim-trixie-fips-pr-159 \
	python --version
Python 3.15.0a2
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips:3.15.0a2t-slim-trixie-fips-pr-159 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.6+ak-fips 7 Apr 2026
### Python freethreading ###
docker run --rm ghcr.io/goauthentik/fips:3.15.0a2t-slim-trixie-fips-pr-159 \
	python -c "import sys; print('Freethreading status:', sys._is_gil_enabled())"
Freethreading status: True

@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - python-fips (PYTHON_VERSION=3.13.9)

Image built: ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips-python
full=ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-159
### Python version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-159 \
	python --version
Python 3.13.9
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-159 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.6+ak-fips 7 Apr 2026

@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - python-fips (PYTHON_VERSION=3.14.6)

Image built: ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips-python
full=ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips-pr-159
### Python version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips-pr-159 \
	python --version
Python 3.14.6
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.14.6-slim-trixie-fips-pr-159 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.6+ak-fips 7 Apr 2026

@github-actions

Copy link
Copy Markdown

authentik FIPS Image build status - python-fips-freethreading (PYTHON_VERSION=3.13.9)

Image built: ghcr.io/goauthentik/fips:3.13.9t-slim-trixie-fips-pr-159 for commit eac2699860596022d28032c979c54db6d8f1285e

Test output:

image=ghcr.io/goauthentik/fips
full=ghcr.io/goauthentik/fips:3.13.9t-slim-trixie-fips-pr-159
### Python version ###
docker run --rm ghcr.io/goauthentik/fips:3.13.9t-slim-trixie-fips-pr-159 \
	python --version
Python 3.13.9
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips:3.13.9t-slim-trixie-fips-pr-159 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.6+ak-fips 7 Apr 2026
### Python freethreading ###
docker run --rm ghcr.io/goauthentik/fips:3.13.9t-slim-trixie-fips-pr-159 \
	python -c "import sys; print('Freethreading status:', sys._is_gil_enabled())"
Freethreading status: True

@BeryJu BeryJu merged commit b3acf70 into main Jun 29, 2026
32 checks passed
@BeryJu BeryJu deleted the dependabot/github_actions/actions/attest-build-provenance-4.1.1 branch June 29, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant