Skip to content

Commit

Permalink
build(deps): bump actions/attest-build-provenance from 1 to 2 in the …
Browse files Browse the repository at this point in the history
…ci group (#1151)

* build(deps): bump actions/attest-build-provenance in the ci group

Bumps the ci group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).


Updates `actions/attest-build-provenance` from 1 to 2
- [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@v1...v2)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <[email protected]>

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and autofix-ci[bot] authored Dec 5, 2024
1 parent 66de05b commit 1283269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Attest
if: fromJSON(env.IS_PUSH)
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPOSITORY }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@biomejs/biome": "^1.9.4",
"@happy-dom/global-registrator": "^15.11.7",
"@playwright/test": "next",
"@tailwindcss/postcss": "^4.0.0-beta.4",
"@tailwindcss/postcss": "^4.0.0-beta.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/bun": "^1.1.14",
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"babel-plugin-react-compiler": "experimental",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0-beta.4",
"tailwindcss": "^4.0.0-beta.5",
"typescript": "^5.7.2"
},
"trustedDependencies": ["@biomejs/biome", "sharp"]
Expand Down

0 comments on commit 1283269

Please sign in to comment.