diff --git a/.github/workflows/github-workflows-hugo-build.yml b/.github/workflows/github-workflows-hugo-build.yml index 2dbac2e..1ca1fc2 100644 --- a/.github/workflows/github-workflows-hugo-build.yml +++ b/.github/workflows/github-workflows-hugo-build.yml @@ -349,7 +349,7 @@ jobs: run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - name: Create Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ steps.version.outputs.VERSION }} name: SysOps Framework ${{ steps.version.outputs.VERSION }} @@ -405,7 +405,7 @@ jobs: continue-on-error: true - name: Spell check - uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # master + uses: crate-ci/typos@bc212b92c93b7d2c8acb5fcb114250694513595b # master with: files: "./content" continue-on-error: true