mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
build(deps): bump the dep-updates group across 1 directory with 2 updates
Bumps the dep-updates group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/upload-artifact` from 4.3.6 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](834a144ee9...50769540e7
) Updates `actions/create-github-app-token` from 1.10.3 to 1.10.4 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](31c86eb3b3...3378cda945
) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dep-updates - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: build systemd bundle
|
- name: build systemd bundle
|
||||||
run: ./hack/dist/bundle.sh
|
run: ./hack/dist/bundle.sh
|
||||||
- name: upload systemd bundle
|
- name: upload systemd bundle
|
||||||
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||||
with:
|
with:
|
||||||
name: krata-bundle-systemd-${{ matrix.arch }}
|
name: krata-bundle-systemd-${{ matrix.arch }}
|
||||||
path: "target/dist/bundle-systemd-${{ matrix.arch }}.tgz"
|
path: "target/dist/bundle-systemd-${{ matrix.arch }}.tgz"
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: build deb package
|
- name: build deb package
|
||||||
run: ./hack/dist/deb.sh
|
run: ./hack/dist/deb.sh
|
||||||
- name: upload deb package
|
- name: upload deb package
|
||||||
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||||
with:
|
with:
|
||||||
name: krata-debian-${{ matrix.arch }}
|
name: krata-debian-${{ matrix.arch }}
|
||||||
path: "target/dist/*.deb"
|
path: "target/dist/*.deb"
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
- name: build apk package
|
- name: build apk package
|
||||||
run: ./hack/dist/apk.sh
|
run: ./hack/dist/apk.sh
|
||||||
- name: upload apk package
|
- name: upload apk package
|
||||||
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||||
with:
|
with:
|
||||||
name: krata-alpine-${{ matrix.arch }}
|
name: krata-alpine-${{ matrix.arch }}
|
||||||
path: "target/dist/*_${{ matrix.arch }}.apk"
|
path: "target/dist/*_${{ matrix.arch }}.apk"
|
||||||
@ -104,13 +104,13 @@ jobs:
|
|||||||
- name: cargo build kratactl
|
- name: cargo build kratactl
|
||||||
run: ./hack/build/cargo.sh build --release --bin kratactl
|
run: ./hack/build/cargo.sh build --release --bin kratactl
|
||||||
- name: upload kratactl
|
- name: upload kratactl
|
||||||
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||||
with:
|
with:
|
||||||
name: kratactl-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
name: kratactl-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
||||||
path: "target/*/release/kratactl"
|
path: "target/*/release/kratactl"
|
||||||
if: ${{ matrix.platform.os != 'windows' }}
|
if: ${{ matrix.platform.os != 'windows' }}
|
||||||
- name: upload kratactl
|
- name: upload kratactl
|
||||||
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
||||||
with:
|
with:
|
||||||
name: kratactl-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
name: kratactl-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
|
||||||
path: "target/*/release/kratactl.exe"
|
path: "target/*/release/kratactl.exe"
|
||||||
|
2
.github/workflows/release-plz.yml
vendored
2
.github/workflows/release-plz.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
egress-policy: audit
|
egress-policy: audit
|
||||||
- name: generate cultivator token
|
- name: generate cultivator token
|
||||||
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
|
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
|
||||||
id: generate-token
|
id: generate-token
|
||||||
with:
|
with:
|
||||||
app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}"
|
app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}"
|
||||||
|
Reference in New Issue
Block a user