Skip to content

Bump cryptography from 46.0.1 to 46.0.2 in /python #237

Bump cryptography from 46.0.1 to 46.0.2 in /python

Bump cryptography from 46.0.1 to 46.0.2 in /python #237

Workflow file for this run

---
name: Run pre-commit
on:
push:
branches:
- develop
- main
pull_request:
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install tools
shell: bash
run: |
bash -x ./bash/github_actions-install_tools.sh
- name: run pre-commit
uses: pre-commit/action@v3.0.1
env:
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
GITHUB_TOKEN: ${{ github.token }}