diff --git a/.github/workflows/buildPR.yaml b/.github/workflows/buildPR.yaml index 1c935216..9a5dab04 100644 --- a/.github/workflows/buildPR.yaml +++ b/.github/workflows/buildPR.yaml @@ -8,7 +8,7 @@ jobs: buildTest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/lintPrTitle.yaml b/.github/workflows/lintPrTitle.yaml index 8e6d6672..7ef94220 100644 --- a/.github/workflows/lintPrTitle.yaml +++ b/.github/workflows/lintPrTitle.yaml @@ -15,6 +15,6 @@ jobs: steps: # Please look up the latest version from # https://github.com/amannn/action-semantic-pull-request/releases - - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5 + - uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6cb34f00..cf1c49bd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,7 +7,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 persist-credentials: false