Skip to content

Commit 44327cc

Browse files
authored
Merge branch 'main' into feat-update-publishing
2 parents cea64b3 + 0d7d369 commit 44327cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Set up Docker Buildx
3535
id: buildx
36-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # 3.10.0
36+
uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # 3.11.0
3737

3838
- name: Generate Docker Metadata (Tags and Labels)
3939
id: meta

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: ml
5656
# You can override MegaLinter flavor used to have faster performances
5757
# More info at https://megalinter.io/flavors/
58-
uses: oxsecurity/megalinter/flavors/python@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # 8.7.0
58+
uses: oxsecurity/megalinter/flavors/python@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # 8.8.0
5959
env:
6060
# All available variables are described in documentation
6161
# https://megalinter.io/configuration/
@@ -83,7 +83,7 @@ jobs:
8383
run: sudo chown -Rc $UID .git/
8484
- name: Commit and push applied linter fixes
8585
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
86-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # 5.2.0
86+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # 6.0.1
8787
with:
8888
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
8989
commit_message: "[MegaLinter] Apply linters fixes"

.github/workflows/trivy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Run Trivy vulnerability scanner in repo mode
3838
if: ${{ github.event_name == 'pull_request' }}
39-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30.0
39+
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31.0
4040
with:
4141
scan-type: "fs"
4242
ignore-unfixed: true
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Run Trivy vulnerability scanner in repo mode
4848
if: ${{ github.event_name == 'schedule' }}
49-
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30.0
49+
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31.0
5050
with:
5151
scan-type: "fs"
5252
ignore-unfixed: true
@@ -56,6 +56,6 @@ jobs:
5656

5757
- name: Upload Trivy scan results to GitHub Security tab
5858
if: ${{ github.event_name == 'schedule' }}
59-
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
59+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # 3.29.0
6060
with:
6161
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)