Bump cryptography from 39.0.1 to 41.0.3 in /app/magtape-init #218
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: manifest-checks | |
on: | |
pull_request: | |
branches: | |
- master | |
# Commenting out paths for now until GH Actions | |
# Have good suport for required checks + path filters | |
# https://github.community/t5/GitHub-Actions/Feature-request-conditional-required-checks/m-p/36938#M2735 | |
#paths: | |
# - 'deploy/**' | |
push: | |
branches: | |
- master | |
# Jobs | |
jobs: | |
# Job to check for manifest changes | |
compare-manifests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup KinD Cluster | |
timeout-minutes: 5 | |
uses: engineerd/[email protected] | |
with: | |
version: "v0.11.1" | |
- name: Check for manifest changes | |
timeout-minutes: 5 | |
run: | | |
make ci-bootstrap | |
make compare-single-manifest |