File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141
4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
44- - uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
44+ - uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
4545 with :
4646 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727
2828 - uses : microsoft/DevSkim-Action@a6b6966a33b497cd3ae2ebc406edf8f4cc2feec6 # v1
2929
30- - uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
30+ - uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
3131 with :
3232 sarif_file : devskim-results.sarif
3333
6161 mega-linter.log
6262
6363 - if : ${{ success() || failure() }}
64- uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
64+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
6565 with :
6666 sarif_file : megalinter-reports/megalinter-report.sarif
6767 ref : ${{ github.head_ref && format('refs/heads/{0}', github.head_ref) || github.ref }}
9393 - uses : microsoft/security-devops-action@08976cb623803b1b36d7112d4ff9f59eae704de0 # v1
9494 id : msdo
9595
96- - uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
96+ - uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
9797 with :
9898 sarif_file : ${{ steps.msdo.outputs.sarifFile }}
9999
@@ -133,7 +133,7 @@ jobs:
133133 format : sarif
134134 output : trivy-results.sarif
135135
136- - uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
136+ - uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
137137 with :
138138 sarif_file : " trivy-results.sarif"
139139
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ARG PYTHONDONTWRITEBYTECODE=1
4444ARG UV_NO_CACHE=1
4545
4646# set up python
47- COPY --from=ghcr.io/astral-sh/uv:latest@sha256:515b886e8eb99bcf9278776d8ea41eb4553a794195ef5803aa7ca6258653100d /uv /uvx /bin/
47+ COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0b6dc79013b689f3bc0cbf12807cb1c901beaafe80f2ee10a1d76aa3842afb92 /uv /uvx /bin/
4848COPY pyproject.toml uv.lock ./
4949RUN --mount=type=cache,target=/root/.cache/uv \
5050 uv venv --seed "${VIRTUAL_ENV}" && \
You can’t perform that action at this time.
0 commit comments