diff --git a/.github/workflows/azure-bicep-validate.yaml b/.github/workflows/azure-bicep-validate.yaml index b85b5a3..a53c329 100644 --- a/.github/workflows/azure-bicep-validate.yaml +++ b/.github/workflows/azure-bicep-validate.yaml @@ -34,7 +34,7 @@ jobs: tools: templateanalyzer - name: Upload alerts to Security tab - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 if: github.repository_owner == 'Azure-Samples' with: sarif_file: ${{ steps.msdo.outputs.sarifFile }} diff --git a/.github/workflows/python-check.yaml b/.github/workflows/python-check.yaml index 2750398..1150fa2 100644 --- a/.github/workflows/python-check.yaml +++ b/.github/workflows/python-check.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python_version }} architecture: x64