diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e71ed752..73b8f508 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,11 +31,11 @@ jobs: language: ["javascript-typescript"] steps: - uses: actions/checkout@v4 - - uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 + - uses: github/codeql-action/init@4187e74d05793876e9989daffde9c3e66b4acd07 # v3 with: languages: ${{ matrix.language }} build-mode: none config-file: ./.github/codeql/codeql-config.yml - - uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 + - uses: github/codeql-action/analyze@4187e74d05793876e9989daffde9c3e66b4acd07 # v3 with: category: /language:${{ matrix.language }} diff --git a/.github/workflows/package-extension.yml b/.github/workflows/package-extension.yml index 3fa29457..ef479a07 100644 --- a/.github/workflows/package-extension.yml +++ b/.github/workflows/package-extension.yml @@ -77,7 +77,7 @@ jobs: merge-multiple: true - name: Install cosign - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 + uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 - name: Sign release artifacts run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c155f1e..24880fe9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -171,7 +171,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Install cosign - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 + uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 - name: Sign release artifacts run: | diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 295bbcfa..859ee5ac 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -28,12 +28,12 @@ jobs: with: persist-credentials: false - - uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 + - uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4 with: results_file: results.sarif results_format: sarif publish_results: true - - uses: github/codeql-action/upload-sarif@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 + - uses: github/codeql-action/upload-sarif@4187e74d05793876e9989daffde9c3e66b4acd07 # v3 with: sarif_file: results.sarif diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b09e682a..79eec02a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,7 +119,7 @@ jobs: path: . - name: Upload core unit tests coverage to Qlty - uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2 + uses: qltysh/qlty-action/coverage@08a0a862c159eae9b9003081da6663d96efef637 # v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} # we can merge multiple files if necessary @@ -128,7 +128,7 @@ jobs: tag: unit:core - name: Upload webview-ui unit tests coverage to Qlty - uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2 + uses: qltysh/qlty-action/coverage@08a0a862c159eae9b9003081da6663d96efef637 # v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} # we can merge multiple files if necessary