Skip to content

Commit ce61700

Browse files
dependabot[bot]J12934
authored andcommitted
Bump the github-actions-version-updates group across 1 directory with 4 updates
Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter), [github/codeql-action](https://github.com/github/codeql-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [mikefarah/yq](https://github.com/mikefarah/yq). Updates `oxsecurity/megalinter` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@62c799d...55a59b2) Updates `github/codeql-action` from 4.31.5 to 4.31.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fdbfb4d...fe4161a) Updates `docker/metadata-action` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@318604b...c299e40) Updates `mikefarah/yq` from 4.49.1 to 4.49.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@45be35c...7ccaf8e) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates - dependency-name: github/codeql-action dependency-version: 4.31.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-version-updates - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates - dependency-name: mikefarah/yq dependency-version: 4.49.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9d5a25 commit ce61700

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: ml
4747
# You can override MegaLinter flavor used to have faster performances
4848
# More info at https://megalinter.github.io/flavors/
49-
uses: oxsecurity/megalinter@62c799d895af9bcbca5eacfebca29d527f125a57 # v9.1.0
49+
uses: oxsecurity/megalinter@55a59b24a441e0e1943080d4a512d827710d4a9d # v9.2.0
5050
env:
5151
# All available variables are described in documentation
5252
# https://megalinter.github.io/configuration/

.github/workflows/oss-scorecard.yaml

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

3434
# Upload the results to GitHub's code scanning dashboard.
3535
- name: "Upload to code-scanning"
36-
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
36+
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
3737
with:
3838
sarif_file: results.sarif

.github/workflows/release-build.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Docker Meta
3737
id: docker_meta
38-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
38+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
3939
with:
4040
images: ${{ env.DOCKER_NAMESPACE }}/${{ matrix.component }}
4141
tags: |
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Docker Meta
8484
id: docker_meta
85-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
85+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
8686
with:
8787
images: ${{ env.DOCKER_NAMESPACE }}/auto-discovery-kubernetes
8888
tags: |
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Docker Meta
131131
id: docker_meta
132-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
132+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
133133
with:
134134
images: ${{ env.DOCKER_NAMESPACE }}/auto-discovery-pull-secret-extractor
135135
tags: |
@@ -182,7 +182,7 @@ jobs:
182182

183183
- name: Docker Meta
184184
id: docker_meta
185-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
185+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
186186
with:
187187
images: ${{ env.DOCKER_NAMESPACE }}/${{ matrix.sdk }}-nodejs
188188
tags: |
@@ -235,7 +235,7 @@ jobs:
235235

236236
- name: Docker Meta
237237
id: docker_meta
238-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
238+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
239239
with:
240240
images: ${{ env.DOCKER_NAMESPACE }}/hook-${{ matrix.hook }}
241241
tags: |
@@ -289,7 +289,7 @@ jobs:
289289

290290
- name: Docker Meta
291291
id: docker_meta
292-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
292+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
293293
with:
294294
images: ${{ env.DOCKER_NAMESPACE }}/persistence-elastic-dashboard-importer
295295
tags: |
@@ -351,7 +351,7 @@ jobs:
351351

352352
- name: Docker Meta
353353
id: docker_meta
354-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
354+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
355355
with:
356356
images: ${{ env.DOCKER_NAMESPACE }}/parser-${{ matrix.parser }}
357357
tags: |
@@ -425,21 +425,21 @@ jobs:
425425
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
426426

427427
- name: Set ENV Var with Scanner Version
428-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
428+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
429429
# Notice: The current version of the scanner is provided via the Chart.yaml to ensure
430430
# there is only one place to edit the version of a scanner
431431
with:
432432
cmd: echo scannerVersion=$(yq e .appVersion scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
433433

434434
# extract the supported cpu architectures from the Chart.yaml
435435
- name: Set ENV Var with Supported Platforms
436-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
436+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
437437
with:
438438
cmd: echo supportedPlatforms=$(yq e .annotations.supported-platforms scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
439439

440440
- name: Docker Meta
441441
id: docker_meta
442-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
442+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
443443
with:
444444
images: ${{ env.DOCKER_NAMESPACE }}/scanner-${{ matrix.scanner }}
445445
tags: |
@@ -496,7 +496,7 @@ jobs:
496496

497497
- name: Docker Meta
498498
id: docker_meta
499-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
499+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
500500
with:
501501
images: ${{ env.DOCKER_NAMESPACE }}/scanner-${{ matrix.scanner }}
502502
tags: |
@@ -555,15 +555,15 @@ jobs:
555555
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
556556

557557
- name: Set ENV Var with Demo-Target Version
558-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
558+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
559559
# Notice: The current version of the demo-target is provided via the Chart.yaml to ensure
560560
# there is only one place to edit the version of a scanner
561561
with:
562562
cmd: echo targetVersion=$(yq e .appVersion demo-targets/${{ matrix.target }}/Chart.yaml) >> $GITHUB_ENV
563563

564564
- name: Docker Meta
565565
id: docker_meta
566-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
566+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
567567
with:
568568
images: ${{ env.DOCKER_NAMESPACE }}/demo-target-${{ matrix.target }}
569569
tags: |

.github/workflows/scb-bot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
# Fetching scanner version from local chart .appVersion attribute
6262
# this would look like 1.1.1 or v1.1.1 depending on the corresponding Docker image tag
6363
- name: Fetch local scanner version
64-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
64+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
6565
with:
6666
cmd: echo local=$(yq e .appVersion scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
6767

6868
# Fetching scanner version API from local chart .annotations.versionApi attribute
6969
# This would look like https://api.github.com/repos/projectdiscovery/nuclei/releases/latest
7070
- name: Fetch scanner's version API
71-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
71+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
7272
with:
7373
cmd: echo versionApi=$(yq e .annotations.versionApi scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
7474

@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Upgrade Scanner Helm Chart
145145
if: ${{ env.release != env.local && env.prExists == 0 && env.release != null}}
146-
uses: mikefarah/yq@45be35c06387d692bb6bf689919919e0e32e796f # v4.49.1
146+
uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2
147147
with:
148148
# appVersion value in chart is replaced with release value. Empty lines are deleted in the process
149149
cmd: yq e --inplace '.appVersion = "${{env.release}}"' ./scanners/${{ matrix.scanner }}/Chart.yaml

0 commit comments

Comments
 (0)