diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 21953bf..a22bfc4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -88,7 +88,7 @@ jobs: if [ "${{ github.actor }}" = "dependabot[bot]" ]; then bun install; else bun install --frozen-lockfile; fi - name: Initialize CodeQL - uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 with: languages: ${{ matrix.language }} queries: security-extended,security-and-quality @@ -96,7 +96,7 @@ jobs: source-root: ${{ matrix.language == 'python' && 'backend' || 'frontend' }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 env: # Inject extension packs for python only when consumer provides one. CODEQL_ACTION_EXTRA_OPTIONS: >- @@ -112,7 +112,7 @@ jobs: - name: Upload SARIF results if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: codeql-results-${{ matrix.language }} path: sarif-results diff --git a/.github/workflows/python-react-ci.yml b/.github/workflows/python-react-ci.yml index de739f0..29c633d 100644 --- a/.github/workflows/python-react-ci.yml +++ b/.github/workflows/python-react-ci.yml @@ -81,7 +81,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Install uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8 with: enable-cache: true cache-dependency-glob: 'backend/uv.lock' @@ -164,7 +164,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Install uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8 with: enable-cache: true cache-dependency-glob: 'backend/uv.lock' @@ -199,7 +199,7 @@ jobs: VULNFORGE_BOOTSTRAP_TOKEN: ${{ inputs.enable-bootstrap-token && 'e2e-ci-test-token' || '' }} - name: Upload Playwright report - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ !cancelled() }} with: name: playwright-report @@ -207,7 +207,7 @@ jobs: retention-days: 14 - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ !cancelled() }} with: name: playwright-results @@ -230,7 +230,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Install uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8 with: enable-cache: true cache-dependency-glob: 'backend/uv.lock' diff --git a/.github/workflows/python-react-publish.yml b/.github/workflows/python-react-publish.yml index 6784dca..80c3e0a 100644 --- a/.github/workflows/python-react-publish.yml +++ b/.github/workflows/python-react-publish.yml @@ -67,7 +67,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Install uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8 with: enable-cache: true cache-dependency-glob: 'backend/uv.lock' @@ -144,7 +144,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Install uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8 with: enable-cache: true cache-dependency-glob: 'backend/uv.lock' @@ -177,7 +177,7 @@ jobs: VULNFORGE_BOOTSTRAP_TOKEN: ${{ inputs.enable-bootstrap-token && 'e2e-ci-test-token' || '' }} - name: Upload Playwright report - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ !cancelled() }} with: name: playwright-report @@ -185,7 +185,7 @@ jobs: retention-days: 14 - name: Upload test results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ !cancelled() }} with: name: playwright-results @@ -208,7 +208,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Install uv - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8 with: enable-cache: true cache-dependency-glob: 'backend/uv.lock'