chore(deps): bump chainguard/node from abff29c
to bb6b0aa
in /containers/node
#272
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Containers: Node" | |
on: | |
merge_group: {} | |
push: | |
branches: | |
- main | |
paths: | |
- containers/node | |
- containers/node/* | |
- containers/node/**/* | |
- .github/workflows/container.yml | |
- .github/workflows/containers.node.yml | |
pull_request: | |
paths: | |
- containers/node | |
- containers/node/* | |
- containers/node/**/* | |
- .github/workflows/container.yml | |
- .github/workflows/containers.node.yml | |
permissions: | |
contents: read | |
jobs: | |
## Build Node Container | |
build-node-container: | |
name: "Node v21 Image" | |
uses: ./.github/workflows/container.hardened.yml | |
permissions: | |
actions: read | |
checks: write | |
id-token: write | |
contents: read | |
packages: write | |
pull-requests: write | |
with: | |
runner: ubuntu-latest | |
image: elide-dev/build-infra/node | |
path: containers/node |