Skip to content

chore(deps): bump redis from 0.27.6 to 0.28.1 #512

chore(deps): bump redis from 0.27.6 to 0.28.1

chore(deps): bump redis from 0.27.6 to 0.28.1 #512

Workflow file for this run

name: ci
on:
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- 'Makefile'
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
uses: ./.github/workflows/action-check.yml
build:
uses: ./.github/workflows/action-build.yaml
build-wasm-images:

Check failure on line 18 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 18, Col: 3): Error calling workflow 'spinframework/containerd-shim-spin/.github/workflows/action-docker-build-push.yaml@4da7da4b390aa44e015e81db00eb4da47fcf78cc'. The nested job 'build_and_push' is requesting 'contents: write, packages: write', but is only allowed 'contents: read, packages: read'.
uses: ./.github/workflows/action-docker-build-push.yaml
needs: build
with:
test: true
publish-node-installer-image:
uses: ./.github/workflows/action-node-installer.yaml
needs: build
# This action requires use of the GITHUB_TOKEN to publish the image
# By default, PRs from forks don't have access, so we only run when the PR branch is on origin.
if: ${{ ! github.event.pull_request.head.repo.fork }}
with:
ref: ${{ github.ref }}
test:
needs: build
uses: ./.github/workflows/action-test.yml