Skip to content

Bump EmbarkStudios/cargo-deny-action from 1.4.0 to 1.6.3 #76

Bump EmbarkStudios/cargo-deny-action from 1.4.0 to 1.6.3

Bump EmbarkStudios/cargo-deny-action from 1.4.0 to 1.6.3 #76

Workflow file for this run

name: rust-toolchain
on:
pull_request:
paths:
- rust-toolchain
- "**Dockerfile"
- ".github/workflows/*"
permissions:
contents: read
jobs:
dev-action-images:
runs-on: ubuntu-latest
steps:
- uses: linkerd/dev/actions/setup-tools@v36
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- run: just-dev check-action-images
lint-actions:
runs-on: ubuntu-latest
steps:
- uses: linkerd/dev/actions/setup-tools@v36
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- run: just-dev lint-actions