diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 05177945..8ed48b35 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v6.0.1 # 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/php_check.yml b/.github/workflows/php_check.yml index 4d4f1368..301e8d41 100644 --- a/.github/workflows/php_check.yml +++ b/.github/workflows/php_check.yml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.0" + uses: "actions/checkout@v6.0.1" with: ref: "${{ github.head_ref }}" token: "${{ secrets.FULL_P_TOKEN }}" @@ -106,7 +106,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v4.1.0" + uses: "actions/checkout@v6.0.1" with: ref: "${{ github.head_ref }}" token: "${{ secrets.FULL_P_TOKEN }}" @@ -158,7 +158,7 @@ jobs: # - "symfony-flex" # # steps: -# - uses: "actions/checkout@v4.1.0" +# - uses: "actions/checkout@v6.0.1" # - name: "Psalm" # uses: "docker://vimeo/psalm-github-actions" # with: