diff --git a/.github/workflows/pull_request.generated.yml b/.github/workflows/pull_request.generated.yml index a027a78b..2b1a817d 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: @@ -80,7 +80,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 43c83e0a..d953551d 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: @@ -80,7 +80,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