diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 3fdf69b..d3e5ecf 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8 + uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8 env: DEFAULT_BRANCH: main FILTER_REGEX_EXCLUDE: dist/**/* diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 48b916b..f4e9f87 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -22,7 +22,7 @@ jobs: with: fetch-tags: true - name: Release - uses: quike/action-semantic-release@9f0cba1fec750e47780f36e68770b4452671a480 # v3.5 + uses: quike/action-semantic-release@3a3907462143b26dc079f0c6c29ce5eb087f2d28 # v3.9 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0aed952..ba9cc3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: fetch-tags: true - name: Release id: release - uses: quike/action-semantic-release@9f0cba1fec750e47780f36e68770b4452671a480 # v3.5 + uses: quike/action-semantic-release@3a3907462143b26dc079f0c6c29ce5eb087f2d28 # v3.9 with: debug-mode: true dry-run: false