diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3138cb11..d7b39661 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dotnetcore-build.yml b/.github/workflows/dotnetcore-build.yml index 5f574b77..b2e13b2d 100644 --- a/.github/workflows/dotnetcore-build.yml +++ b/.github/workflows/dotnetcore-build.yml @@ -29,7 +29,7 @@ jobs: run: echo "The branch name is ${{ env.BRANCH_NAME }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup .NET Core uses: actions/setup-dotnet@v2 with: