Skip to content

Bump actions/setup-python from 5.1.0 to 5.6.0 #272

Bump actions/setup-python from 5.1.0 to 5.6.0

Bump actions/setup-python from 5.1.0 to 5.6.0 #272

Workflow file for this run

name: "Pull Request"
on:
pull_request:
permissions: read-all
jobs:
validations:
name: "Validate"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # @v4
- name: Setup Terraform with specified version on the runner
uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # @v3
with:
terraform_version: 1.8.3
- name: Terraform format
run: terraform fmt -check
working-directory: sld
- name: Setup kzonecheck
run: sudo apt-get update && sudo apt-get install -y knot-dnssecutils
- name: Run kzonecheck on each zone file
run: find . -type f -name "*.zone" -print0 | xargs -0L1 kzonecheck -v
- name: Run ansible-lint
uses: ansible/ansible-lint@b51f629b3dc97063fe894f6fb595e60a8f095a27
with:
args: ""
setup_python: "true"
working_directory: "./infra/ansible/"
requirements_file: ""