Skip to content

chore(deps): bump azure/naming/azurerm from 0.4.2 to 0.4.3 in /examples/basic #1

chore(deps): bump azure/naming/azurerm from 0.4.2 to 0.4.3 in /examples/basic

chore(deps): bump azure/naming/azurerm from 0.4.2 to 0.4.3 in /examples/basic #1

Workflow file for this run

---
name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '42 23 * * 4'
permissions: {}
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
# CodeQL does not support HCL/Terraform or PowerShell. The `actions`
# language scans the GitHub Actions workflows in this repository.
# See: https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#changing-the-languages-that-are-analyzed
language:
- actions
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
category: "/language:${{ matrix.language }}"