Skip to content

deps(deps): update docker/bake-action action to v5.8.0 #197

deps(deps): update docker/bake-action action to v5.8.0

deps(deps): update docker/bake-action action to v5.8.0 #197

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
- develop
name: 🐞 Differential shell-check
permissions:
contents: read
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.2.0
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...