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_broker_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
components: clippy,rustfmt

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

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.20
uses: EmbarkStudios/cargo-deny-action@v2.1.1
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -57,7 +57,7 @@ jobs:
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/auth-broker
workspaces: backend
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_auth_broker_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_auth_core_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
components: clippy,rustfmt

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

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.20
uses: EmbarkStudios/cargo-deny-action@v2.1.1
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -57,7 +57,7 @@ jobs:
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/auth-core
workspaces: backend
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_auth_gateway_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
components: clippy,rustfmt

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

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.20
uses: EmbarkStudios/cargo-deny-action@v2.1.1
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -57,7 +57,7 @@ jobs:
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/auth-gateway
workspaces: backend
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_auth_gateway_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_dashboard_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -36,7 +36,7 @@ jobs:

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
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 @@ -19,7 +19,7 @@ jobs:
components: clippy,rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/graph-proxy
workspaces: backend
Expand All @@ -46,7 +46,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.20
uses: EmbarkStudios/cargo-deny-action@v2.1.1
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -66,7 +66,7 @@ jobs:
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/graph-proxy
workspaces: backend
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_graph_proxy_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
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 @@ -19,7 +19,7 @@ jobs:
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/graph-proxy
workspaces: backend
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_identity_mapper_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.1.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
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 @@ -17,7 +17,7 @@ jobs:
uses: kyverno/action-install-chainsaw@v0.2.15

- name: Create kind cluster
uses: helm/kind-action@v1.14.0
uses: helm/kind-action@v1.15.0

- name: Install chart dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_sessionspaces_api_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
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 @@ -29,7 +29,7 @@ jobs:
components: clippy,rustfmt

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

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.20
uses: EmbarkStudios/cargo-deny-action@v2.1.1
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
workspaces: backend
shared-key: backend/sessionspaces
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_sessionspaces_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_sessionspaces_controller_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
components: clippy,rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/sessionspaces-controller
workspaces: backend
Expand All @@ -52,7 +52,7 @@ jobs:
--deny warnings

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.20
uses: EmbarkStudios/cargo-deny-action@v2.1.1
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
shared-key: backend/sessionspaces-controller
workspaces: backend
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_sessionspaces_webhook_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Log in to GitHub Docker Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v4.2.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Docker Metadata
id: meta
uses: docker/metadata-action@v6.1.0
uses: docker/metadata-action@v6.2.0
with:
images: ${{ env.IMAGE_REPOSITORY }}
tags: |
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 @@ -17,7 +17,7 @@ jobs:
components: clippy,rustfmt

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

- name: Check Dependencies with Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v2.0.20
uses: EmbarkStudios/cargo-deny-action@v2.1.1
with:
command: check licenses ban
manifest-path: backend/Cargo.toml
Expand All @@ -57,7 +57,7 @@ jobs:
components: rustfmt

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.9.1
uses: Swatinem/rust-cache@v2.9.2
with:
workspaces: backend/telemetry
shared-key: backend/telemetry
Expand Down
Loading