Skip to content

Commit 6e9e25b

Browse files
authored
Merge branch 'main' into del_unused_vars_docker_autoscaler
2 parents fed0aba + eea30e9 commit 6e9e25b

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id: ml
7373
# You can override MegaLinter flavor used to have faster performances
7474
# More info at https://megalinter.io/flavors/
75-
uses: oxsecurity/megalinter@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # v8.3.0
75+
uses: oxsecurity/megalinter@f90c800040e4f84800700b27b2394d3eecc1fdad # v8.4.0
7676
env:
7777
# All available variables are described in documentation
7878
# https://megalinter.io/configuration/
@@ -96,7 +96,7 @@ jobs:
9696
# Upload MegaLinter artifacts
9797
- name: Archive production artifacts
9898
if: ${{ success() || failure() }}
99-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
99+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
100100
with:
101101
name: MegaLinter reports
102102
path: |
@@ -106,7 +106,7 @@ jobs:
106106
kics:
107107
runs-on: ubuntu-latest
108108
container:
109-
image: checkmarx/kics:v2.1.3-debian@sha256:7a7c9f49b1ec45556384d480e8cec799ab6476876cecc7337bf7205c31b2eff7
109+
image: checkmarx/kics:v2.1.4-debian@sha256:411af06658e0135f1b641976fbe54b0c3ee5017ca673261e7e751c5dc984210f
110110
steps:
111111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
112112
# ignore: "tags not used", "access analyzer not used", "shield advanced not used"

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
pull-requests: write
1616
steps:
17-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
17+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
1818
with:
1919
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'
2020
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'

.terraform.lock.hcl

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)