diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index e9d6ff1..56faaa6 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/codacy-coverage-reporter.yml b/.github/workflows/codacy-coverage-reporter.yml index 97ba5b0..adfb4f9 100644 --- a/.github/workflows/codacy-coverage-reporter.yml +++ b/.github/workflows/codacy-coverage-reporter.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest name: codacy-coverage-reporter steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@v1 with: diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 891acdf..1bc23ed 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core if needed uses: actions/setup-dotnet@v2 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19e29e4..6f9a872 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup dotnet uses: actions/setup-dotnet@v2