Skip to content

Commit

Permalink
chore(deps): update walt-id/waltid-identity requirement to 864f0b7
Browse files Browse the repository at this point in the history
Updates the requirements on [walt-id/waltid-identity](https://github.com/walt-id/waltid-identity) to permit the latest version.
- [Release notes](https://github.com/walt-id/waltid-identity/releases)
- [Changelog](https://github.com/walt-id/waltid-identity/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/walt-id/waltid-identity/commits/864f0b7118e0bd5051c62f14cbef1a27dbed4cbc)

---
updated-dependencies:
- dependency-name: walt-id/waltid-identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 864f0b7 commit fc5a6f4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
version:
uses: walt-id/waltid-identity/.github/workflows/version.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/version.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
gradle-build:
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
docker-build:
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
10 changes: 5 additions & 5 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@ on:

jobs:
version:
uses: walt-id/waltid-identity/.github/workflows/version.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/version.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
with:
suffix: -SNAPSHOT
gradle-build:
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
publish: true
docker-build:
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
publish: true
tag:
uses: walt-id/waltid-identity/.github/workflows/tag.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/tag.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
needs: [ version, gradle-build, docker-build ]
with:
version: ${{ needs.version.outputs.release_version }}
pre-release:
uses: walt-id/waltid-identity/.github/workflows/changelog.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/changelog.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: [ tag ]
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ on:

jobs:
version:
uses: walt-id/waltid-identity/.github/workflows/version.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/version.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
with:
preferred: ${{ inputs.release_version }}
gradle-build:
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
publish: true
docker-build:
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
tag: latest
publish: true
deploy:
uses: walt-id/waltid-identity/.github/workflows/deployment.yml@dd9e94a2b08b2f9917d56543061963e6757def1f
uses: walt-id/waltid-identity/.github/workflows/deployment.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: [ version, gradle-build, docker-build ]
with:
Expand All @@ -37,12 +37,12 @@ jobs:
namespace: default
portals: portals
tag:
uses: walt-id/waltid-identity/.github/workflows/tag.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/tag.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
needs: [ version, deploy ]
with:
version: ${{ needs.version.outputs.release_version }}
release:
uses: walt-id/waltid-identity/.github/workflows/changelog.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/changelog.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: [ tag ]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ on:
required: false
jobs:
version:
uses: walt-id/waltid-identity/.github/workflows/version.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/version.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
with:
preferred: ${{ inputs.release_version }}
gradle-build:
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
docker-build:
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
publish: true
deploy:
uses: walt-id/waltid-identity/.github/workflows/deployment.yml@dd9e94a2b08b2f9917d56543061963e6757def1f
uses: walt-id/waltid-identity/.github/workflows/deployment.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
secrets: inherit
needs: [ version, gradle-build, docker-build ]
with:
version: ${{ needs.version.outputs.release_version }}
tag:
uses: walt-id/waltid-identity/.github/workflows/tag.yml@266f5c09359450c39019a6da38f2b331e7122918
uses: walt-id/waltid-identity/.github/workflows/tag.yml@864f0b7118e0bd5051c62f14cbef1a27dbed4cbc
needs: [ version, deploy ]
with:
version: ${{ needs.version.outputs.release_version }}

0 comments on commit fc5a6f4

Please sign in to comment.