diff --git a/.github/workflows/pull_request.generated.yml b/.github/workflows/pull_request.generated.yml index 98de4d21..a74d3565 100644 --- a/.github/workflows/pull_request.generated.yml +++ b/.github/workflows/pull_request.generated.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set Node.js 16.x uses: actions/setup-node@v3 with: @@ -42,7 +42,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - name: Set Node.js 16.x @@ -69,7 +69,7 @@ jobs: name: "Build and release action" needs: [build, test] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/release.generated.yml b/.github/workflows/release.generated.yml index b1779d6e..c3769a31 100644 --- a/.github/workflows/release.generated.yml +++ b/.github/workflows/release.generated.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set Node.js 16.x uses: actions/setup-node@v3 with: @@ -44,7 +44,7 @@ jobs: name: "Build and release action" needs: [build] steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 persist-credentials: true