Skip to content

build(deps-dev): Bump cryptography from 48.0.0 to 49.0.0 #146

build(deps-dev): Bump cryptography from 48.0.0 to 49.0.0

build(deps-dev): Bump cryptography from 48.0.0 to 49.0.0 #146

name: Feature Pull Request
permissions:
contents: read
security-events: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'main'
jobs:
code-quality:
name: Code Quality
uses: ./.github/workflows/reusable-code-quality.yml
with:
components: '["harvester"]'
secrets: inherit
build:
name: Build
uses: ./.github/workflows/reusable-build.yml
with:
components: '["harvester"]'
secrets: inherit
check:
name: Check
needs: build
uses: ./.github/workflows/reusable-check.yml
with:
version: ${{ needs.build.outputs.version }}
components: '["harvester"]'
secrets: inherit