diff --git a/.github/workflows/built-tests.yml b/.github/workflows/built-tests.yml index 25bb4766b1..2cbac8484b 100644 --- a/.github/workflows/built-tests.yml +++ b/.github/workflows/built-tests.yml @@ -128,7 +128,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() && matrix.test-type == 'unit' && matrix.os != 'self-hosted' }} - uses: codecov/test-results-action@5c441a7bcc06f8706cde90192857d337c5dab8a6 # v1.0.4 + uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} name: ${{ matrix.os }} unit tests @@ -216,7 +216,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@5c441a7bcc06f8706cde90192857d337c5dab8a6 # v1.0.4 + uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} name: Web UI tests diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2f06715350..3db06db02e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -60,7 +60,7 @@ jobs: check-latest: true - name: Run golangci-lint - uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0 + uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1 with: version: 'latest' install-mode: 'binary' @@ -81,6 +81,6 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: typos-action - uses: crate-ci/typos@72f3776b6edc3a10a567b8e43fd0524b2a3f1419 # v1.30.1 + uses: crate-ci/typos@7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0 # v1.30.2 with: config: typos.toml