diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index 43c9c48b..5f2d942f 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -489,7 +489,7 @@ jobs: - name: Check Go test coverage if: ${{ !inputs.skip-tests }} continue-on-error: true - uses: vladopajic/go-test-coverage@5f3508324fc185e82048a2861f8bdd3d83db133b # v2.18.9 + uses: vladopajic/go-test-coverage@f94bcf0d6b9fa5fb8b783830b22648f6c17475e2 # v2.19.0 with: config: ./.testcoverage.yml diff --git a/.github/workflows/reusable-security.yml b/.github/workflows/reusable-security.yml index 46a0c36e..9988004b 100644 --- a/.github/workflows/reusable-security.yml +++ b/.github/workflows/reusable-security.yml @@ -111,7 +111,7 @@ jobs: esac - name: Initialize CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: languages: ${{ matrix.language }} queries: security-extended,security-and-quality @@ -150,14 +150,14 @@ jobs: esac - name: Start proxy for registry access - uses: github/codeql-action/start-proxy@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/start-proxy@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 - name: Autobuild if: steps.build-config.outputs.mode == 'autobuild' - uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/autobuild@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: category: '/language:${{ matrix.language }}' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 020c7a48..e24057c8 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -84,7 +84,7 @@ jobs: esac - name: Initialize CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: languages: ${{ matrix.language }} queries: security-extended,security-and-quality @@ -112,10 +112,10 @@ jobs: - name: Autobuild if: steps.build-config.outputs.mode == 'autobuild' - uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/autobuild@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: category: '/language:${{ matrix.language }}'