diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index d46f36f..c933cf3 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,11 +19,11 @@ jobs: steps: - name: Check out repository (push) if: ${{ github.event_name == 'push' }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check out repository (pull_request_target) if: ${{ github.event_name == 'pull_request_target' }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f08804d..0893bc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -93,7 +93,7 @@ jobs: env: ${{ env.ENVIRONMENT }} - name: Checkout project repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1 with: clean: false persist-credentials: false