diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 5f74225..5fe747d 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -36,7 +36,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 # 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/codeql.yml b/.github/workflows/codeql.yml index ceea48a..9eeed8f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/datree-validation.yml b/.github/workflows/datree-validation.yml index 599e882..28ef966 100644 --- a/.github/workflows/datree-validation.yml +++ b/.github/workflows/datree-validation.yml @@ -18,7 +18,7 @@ jobs: DATREE_TOKEN: ${{ secrets.DATREE_TOKEN }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0