Skip to content

Commit 322d33b

Browse files
Merge branch 'main' into dependabot/github_actions/docker/setup-buildx-action-3.7.1
2 parents bf8f2a6 + 7491232 commit 322d33b

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/megalinter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |
@@ -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
@@ -17,7 +17,7 @@ jobs:
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

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/"

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
3+
}

0 commit comments

Comments
 (0)