diff --git a/.github/workflows/dummy-code-scanning.yaml b/.github/workflows/dummy-code-scanning.yaml index 13417fe..2f864dd 100644 --- a/.github/workflows/dummy-code-scanning.yaml +++ b/.github/workflows/dummy-code-scanning.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecd9508..56bb1a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: name: Test locally runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ with: application-insights-key: ${{ secrets.RECOGNIZE_CLI_APPLICATION_INSIGHTS_KEY }}