diff --git a/.github/workflows/pull_request.generated.yml b/.github/workflows/pull_request.generated.yml index 1f905d18..e57127c6 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set Node.js 16.x uses: actions/setup-node@v3 with: @@ -102,7 +102,7 @@ jobs: name: "Build and release action" needs: [build, test] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/release.generated.yml b/.github/workflows/release.generated.yml index d1067301..9807434a 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set Node.js 16.x uses: actions/setup-node@v3 with: @@ -102,7 +102,7 @@ jobs: name: "Build and release action" needs: [build, test] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 with: fetch-depth: 0 persist-credentials: true