Skip to content

Commit a062bf1

Browse files
chore(deps): update github actions (#68)
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 a610b6b commit a062bf1

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/lint-mega.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
MEGALINTER_CONFIG: ${{ inputs.megalinter-config }} # Use the input value
4646
steps:
4747
- name: Harden GitHub runner
48-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
48+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
4949
with:
5050
egress-policy: ${{ inputs.egress-policy }}
5151
- name: Checkout repository
@@ -65,6 +65,6 @@ jobs:
6565
retention-days: 5
6666
- name: Upload MegaLinter scan results to GitHub Security tab
6767
if: success() || failure()
68-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
68+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
6969
with:
7070
sarif_file: "megalinter-reports/megalinter-report.sarif"

.github/workflows/publish-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
metadata: ${{ steps.metadata.outputs.json }}
188188
steps:
189189
- name: Harden GitHub runner
190-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
190+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
191191
with:
192192
egress-policy: ${{ inputs.egress-policy }}
193193
- name: Checkout repository
@@ -365,7 +365,7 @@ jobs:
365365
vuln-type: 'os,library'
366366
- name: Upload Trivy scan results
367367
if: ${{ inputs['enable-scan'] && inputs['push-image'] }}
368-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
368+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
369369
with:
370370
sarif_file: 'trivy-results.sarif'
371371
category: 'container-scan'

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
id-token: write
127127
steps:
128128
- name: Harden GitHub runner
129-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
129+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
130130
with:
131131
egress-policy: ${{ inputs.egress-policy }}
132132
- name: Checkout repository with moved tag

.github/workflows/security-openssf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id-token: write
5050
steps:
5151
- name: Harden GitHub runner
52-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
52+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
5353
with:
5454
egress-policy: ${{ inputs.egress-policy }}
5555
- name: Checkout repository
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
76+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
7777
with:
7878
sarif_file: results.sarif

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
contents: write
135135
steps:
136136
- name: Harden GitHub runner
137-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
137+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
138138
with:
139139
egress-policy: ${{ inputs.egress-policy }}
140140
- name: Checkout repository

0 commit comments

Comments
 (0)