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.0
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.17
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.0
with:
cache: false
components: rustfmt
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.0
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.17
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.0
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.1.1
with:
app-id: 1077859
private-key: ${{ secrets.release_please_token }}
Expand Down
Loading