Skip to content

Commit b525949

Browse files
build(deps): update github actions (#82)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2403c8 commit b525949

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4444

4545
- name: Dependency Review
46-
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
46+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
4747
with:
4848
fail-on-severity: ${{ inputs.fail-on-severity }}

.github/workflows/mega-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
MEGALINTER_CONFIG: ${{ inputs.megalinter-config }} # Use the input value
5050
steps:
5151
- name: Harden GitHub runner
52-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
52+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
5353
with:
5454
egress-policy: ${{ inputs.egress-policy }}
5555

@@ -73,6 +73,6 @@ jobs:
7373

7474
- name: Upload MegaLinter scan results to GitHub Security tab
7575
if: success() || failure()
76-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
76+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7777
with:
7878
sarif_file: "megalinter-reports/megalinter-report.sarif"

.github/workflows/openssf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Harden GitHub runner
57-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
57+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
5858
with:
5959
egress-policy: ${{ inputs.egress-policy }}
6060

@@ -82,6 +82,6 @@ jobs:
8282
# Upload the results to GitHub's code scanning dashboard (optional).
8383
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
8484
- name: "Upload to code-scanning"
85-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
85+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
8686
with:
8787
sarif_file: results.sarif

.github/workflows/version-bump-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
contents: write
6060
steps:
6161
- name: Harden GitHub runner
62-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
62+
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
6363
with:
6464
egress-policy: ${{ inputs.egress-policy }}
6565

0 commit comments

Comments
 (0)