File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,23 +33,23 @@ jobs:
3333 steps :
3434 # Git Checkout
3535 - name : Checkout Code
36- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
36+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
3737 with :
3838 token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3939 fetch-depth : 0
4040
4141 # MegaLinter
4242 - name : MegaLinter
4343 id : ml
44- uses : oxsecurity/megalinter/flavors/python@c217fe8f7bc9207062a084e989bd97efd56e7b9a # pin@v8.0 .0
44+ uses : oxsecurity/megalinter/flavors/python@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # pin@v8.3 .0
4545 env :
4646 VALIDATE_ALL_CODEBASE : true
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4848
4949 # Upload MegaLinter artifacts
5050 - name : Archive production artifacts
5151 if : always()
52- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v3
52+ uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3
5353 with :
5454 name : MegaLinter reports
5555 path : |
9393
9494 - name : Upload MegaLinter scan results to GitHub Security tab
9595 if : steps.sarif_file_exists.outputs.files_exists == 'true'
96- uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # pin@v2
96+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # pin@v2
9797 with :
9898 sarif_file : " megalinter-reports/megalinter-report.sarif"
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v3
20+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v3
2121
2222 - name : Set up QEMU
2323 uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # pin@v2
@@ -126,7 +126,7 @@ jobs:
126126 DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
127127
128128 - name : Build and push
129- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # pin@v4
129+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # pin@v4
130130 with :
131131 push : true
132132 sbom : true
Original file line number Diff line number Diff line change 1- FROM python:3.12.6 -slim
1+ FROM python:3.13.1 -slim
22
33ENV RUNNER="runner"
44ENV WORKDIR="/workdir/"
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json"
3+ }
You can’t perform that action at this time.
0 commit comments