Skip to content

chore(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.34.0 → v2.35.0) #3620

chore(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.34.0 → v2.35.0)

chore(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.34.0 → v2.35.0) #3620

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches:
- main
paths:
- .github/workflows/semgrep.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 29 16 * * *
jobs:
semgrep:
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: "${{ secrets.SEMGREP_APP_TOKEN }}"
container:
image: returntocorp/semgrep
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semgrep
run: semgrep ci