diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b3c1d09..7ce9f27 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -69,7 +69,7 @@ jobs: ~/go/pkg/mod || true - name: Action Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -97,7 +97,7 @@ jobs: - # Initializes the CodeQL tools for scanning. name: Initialize CodeQL - uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7 + uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 with: languages: ${{ matrix.language }} queries: security-and-quality # use Canonical suite @@ -113,7 +113,7 @@ jobs: ${{ inputs.codeql-build-cmd }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7 + uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 with: output: codeql-results category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/goTest.yml b/.github/workflows/goTest.yml index cf158c4..63b0ae9 100644 --- a/.github/workflows/goTest.yml +++ b/.github/workflows/goTest.yml @@ -104,7 +104,7 @@ jobs: ~/go/pkg/mod || true - name: Action Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -145,7 +145,7 @@ jobs: test-results: gotestsum.json - name: Codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 if: inputs.run-codecov && matrix.go == 'stable' with: token: ${{ secrets.CODECOV_TOKEN }}