Skip to content

Commit d222e79

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-4.2.2
2 parents 5a33348 + 38648bb commit d222e79

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/megalinter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
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: |
@@ -93,6 +93,6 @@ jobs:
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"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # pin@v2
2424

2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # pin@v2
26+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # pin@v2
2727

2828
- name: Custom Variables
2929
id: customvars
@@ -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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.6-slim
1+
FROM python:3.13.1-slim
22

33
ENV RUNNER="runner"
44
ENV WORKDIR="/workdir/"

0 commit comments

Comments
 (0)