Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/_auth_core_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.15.4
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: clippy,rustfmt
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.15
uses: EmbarkStudios/cargo-deny-action@v2.0.18
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.15.4
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: rustfmt
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_auth_daemon_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: clippy,rustfmt
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.17
uses: EmbarkStudios/cargo-deny-action@v2.0.18
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: rustfmt
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_cli_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: clippy,rustfmt
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false

Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1

- name: Download tarpaulin
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
key: cli-release

- name: Install rust
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
target: x86_64-unknown-linux-musl

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_graph_proxy_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: clippy,rustfmt
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.17
uses: EmbarkStudios/cargo-deny-action@v2.0.18
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_graph_proxy_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_kyverno_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: azure/setup-helm@v4

- name: Setup Chainsaw
uses: kyverno/action-install-chainsaw@v0.2.14
uses: kyverno/action-install-chainsaw@v0.2.15

- name: Create kind cluster
uses: helm/kind-action@v1.14.0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/_oidc_bff_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
uses: actions/checkout@v5

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.15.2
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: clippy,rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.8.1
uses: Swatinem/rust-cache@v2.9.1
with:
shared-key: backend/oidc-bff
workspaces: backend
Expand All @@ -39,7 +39,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.13
uses: EmbarkStudios/cargo-deny-action@v2.0.18
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -51,13 +51,13 @@ jobs:
uses: actions/checkout@v5

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.15.2
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.8.1
uses: Swatinem/rust-cache@v2.9.1
with:
shared-key: backend/oidc-bff
workspaces: backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Create GitHub App Token
id: app-token
uses: actions/create-github-app-token@v3.0.0
uses: actions/create-github-app-token@v3.2.0
with:
app-id: 1077859
private-key: ${{ secrets.release_please_token }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_sessionspaces_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
components: clippy,rustfmt

Expand All @@ -51,7 +51,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.17
uses: EmbarkStudios/cargo-deny-action@v2.0.18
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_telemetry_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: clippy,rustfmt
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.17
uses: EmbarkStudios/cargo-deny-action@v2.0.18
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v6

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
with:
cache: false
components: rustfmt
Expand Down
Loading