diff --git a/.github/workflows/baseline-scanner.yml b/.github/workflows/baseline-scanner.yml index 7a11374c..b5004afb 100644 --- a/.github/workflows/baseline-scanner.yml +++ b/.github/workflows/baseline-scanner.yml @@ -31,7 +31,7 @@ jobs: permission-administration: read - name: Run Baseline Action - uses: revanite-io/osps-baseline-action@ace75cc1fb748be898275f16f59f78363405bc0a # v1.3.3 + uses: revanite-io/osps-baseline-action@b7d860b68755627c30ab692473511c90daee3ae8 # v1.3.4 with: owner: ${{ github.repository_owner }} repo: ${{ github.event.repository.name }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 959e4418..8f9984c8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -69,7 +69,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -98,6 +98,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 with: category: "/language:${{matrix.language}}"