diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58e53d7..e11eaf8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: env: BUILD_NUMBER: ${{ github.run_number }} steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0 diff --git a/.github/workflows/verifyPr.yml b/.github/workflows/verifyPr.yml index ac8cdd4..fddd4ac 100644 --- a/.github/workflows/verifyPr.yml +++ b/.github/workflows/verifyPr.yml @@ -12,7 +12,7 @@ jobs: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: fetch-depth: 0