File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 needs : [get_body, should_run]
3636 if : ${{ needs.should_run.outputs.should_run == 'true' }}
3737 container :
38- image : ghcr.io/immich-app/mdq:main@sha256:73a05fc805dfd3bd29bebc08442aedfec5c419c5ad3421ec73edc5647233891a
38+ image : ghcr.io/immich-app/mdq:main@sha256:237cdae7783609c96f18037a513d38088713cf4a2e493a3aa136d0c45490749a
3939 outputs :
4040 checked : ${{ steps.get_checkbox.outputs.checked }}
4141 steps :
Original file line number Diff line number Diff line change 5757
5858 # Initializes the CodeQL tools for scanning.
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
60+ uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
6161 with :
6262 languages : ${{ matrix.language }}
6363 # If you wish to specify custom queries, you can do so here or in a config file.
7070 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7171 # If this step fails, then you should remove it and run the build manually (see below)
7272 - name : Autobuild
73- uses : github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
73+ uses : github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
7474
7575 # ℹ️ Command-line programs to run using the OS shell.
7676 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8383 # ./location_of_script_within_repo/buildscript.sh
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
86+ uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
8787 with :
8888 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ jobs:
572572 token : ${{ steps.token.outputs.token }}
573573 - name : Install uv
574574 uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
575- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
575+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
576576 # TODO: add caching when supported (https://github.com/actions/setup-python/pull/818)
577577 # with:
578578 # python-version: 3.11
You can’t perform that action at this time.
0 commit comments