Skip to content

New Resource: azurerm_dynatrace_monitor #23088

New Resource: azurerm_dynatrace_monitor

New Resource: azurerm_dynatrace_monitor #23088

---
name: Check for new usages of deprecated functionality
permissions:
contents: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/gradually-deprecated.yaml'
- './scripts/run-gradually-deprecated.sh'
- '**.go'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: ./.go-version
- run: bash ./scripts/run-gradually-deprecated.sh
save-artifacts-on-fail:
if: ${{ needs.test.result }} == 'failure'
uses: ./.github/workflows/save-artifacts.yaml
comment-on-fail:
if: ${{ needs.depscheck.result }} == 'failure'
uses: ./.github/workflows/comment-failure.yaml