diff --git a/.github/workflows/tf-release.yml b/.github/workflows/tf-release.yml index 4ccdbae..96e21a2 100644 --- a/.github/workflows/tf-release.yml +++ b/.github/workflows/tf-release.yml @@ -38,7 +38,7 @@ jobs: private-key: ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: token: ${{ steps.app-token.outputs.token }} # Note: special permissions for push to protected branch required @@ -77,13 +77,13 @@ jobs: EOF - name: Install NodeJs - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 with: node-version: 20 - name: Release id: release - uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0 + uses: cycjimmy/semantic-release-action@b1b432f13acb7768e0c8efdec416d363a57546f2 # v4.1.1 env: # Permissions needed # contents: write @@ -97,7 +97,7 @@ jobs: RUNNER_DEBUG: 1 with: # dry_run: true - semantic_version: 24.1.1 + semantic_version: 24.1.2 extra_plugins: "@semantic-release/changelog@\