diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e464f1b..c699478 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'yarn' @@ -52,7 +52,7 @@ jobs: # run: yarn test --coverage --silent # - name: Upload coverage to Coveralls - # uses: coverallsapp/github-action@v2.2.1 + # uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # v2.2.1 # with: # github-token: ${{ secrets.GITHUB_TOKEN }} @@ -60,7 +60,7 @@ jobs: run: yarn build - name: Semantic Release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166 # v2.7.0 id: semantic with: semantic_version: ^18 @@ -101,9 +101,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: technote-space/workflow-conclusion-action@v3.0.3 + - uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 # v3.0.3 - uses: reside-eng/workflow-status-notification-action@v1.2.4 with: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index accc4ba..a741f8b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'yarn' @@ -32,7 +32,7 @@ jobs: # run: yarn test --coverage --silent # - name: Upload coverage to Coveralls - # uses: coverallsapp/github-action@v2.2.1 + # uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # v2.2.1 # with: # github-token: ${{ secrets.GITHUB_TOKEN }}