Skip to content

Commit 5f0bb82

Browse files
Update github-actions
Signed-off-by: Renovate Bot <[email protected]>
1 parent 673c6eb commit 5f0bb82

11 files changed

+23
-23
lines changed

.github/workflows/cache-clear.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111
steps:
1212
- name: "Harden Runner"
13-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
13+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
1414
with:
1515
egress-policy: "audit"
1616

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: "Harden Runner"
46-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
46+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
4747
with:
4848
egress-policy: "audit"
4949

@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: "Initialize CodeQL"
55-
uses: "github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0" # v3.28.9
55+
uses: "github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5" # v3.28.11
5656
with:
5757
languages: "${{ matrix.language }}"
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,7 +62,7 @@ jobs:
6262
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6363
# If this step fails, then you should remove it and run the build manually (see below)
6464
- name: "Autobuild"
65-
uses: "github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0" # v3.28.9
65+
uses: "github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5" # v3.28.11
6666

6767
# ℹ️ Command-line programs to run using the OS shell.
6868
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -75,6 +75,6 @@ jobs:
7575
# ./location_of_script_within_repo/buildscript.sh
7676

7777
- name: "Perform CodeQL Analysis"
78-
uses: "github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0" # v3.28.9
78+
uses: "github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5" # v3.28.11
7979
with:
8080
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: "ubuntu-latest"
2121
steps:
2222
- name: "Harden Runner"
23-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
23+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
2424
with:
2525
egress-policy: "audit"
2626

.github/workflows/greetings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: "Harden Runner"
19-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
19+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
2020
with:
2121
egress-policy: "audit"
2222

.github/workflows/introspect.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: "ubuntu-latest"
2222
steps:
2323
- name: "Harden Runner"
24-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
24+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
2525
with:
2626
egress-policy: "audit"
2727

.github/workflows/lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
yaml_lintable: "${{ steps.changes.outputs.yaml_lintable }}"
2929
steps:
3030
- name: "Harden Runner"
31-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
31+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
3232
with:
3333
egress-policy: "audit"
3434

@@ -53,7 +53,7 @@ jobs:
5353
runs-on: "ubuntu-latest"
5454
steps:
5555
- name: "Harden Runner"
56-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
56+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
5757
with:
5858
egress-policy: "audit"
5959

@@ -80,7 +80,7 @@ jobs:
8080
runs-on: "ubuntu-latest"
8181
steps:
8282
- name: "Harden Runner"
83-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
83+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
8484
with:
8585
egress-policy: "audit"
8686

@@ -125,7 +125,7 @@ jobs:
125125
# If any jobs we depend on fail, we will fail since this is a required check
126126
# NOTE: A timeout is considered a failure
127127
- name: "Harden Runner"
128-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
128+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
129129
with:
130130
egress-policy: "audit"
131131

.github/workflows/scorecards.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Harden Runner"
36-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
36+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
3737
with:
3838
egress-policy: "audit"
3939

@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: "Run analysis"
46-
uses: "ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46" # v2.4.0
46+
uses: "ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186" # v2.4.1
4747
with:
4848
results_file: "results.sarif"
4949
results_format: "sarif"
@@ -65,14 +65,14 @@ jobs:
6565
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666
# format to the repository Actions tab.
6767
- name: "Upload artifact"
68-
uses: "actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08" # v4.6.0
68+
uses: "actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1" # v4.6.1
6969
with:
7070
name: "SARIF file"
7171
path: "results.sarif"
7272
retention-days: 5
7373

7474
# Upload the results to GitHub's code scanning dashboard.
7575
- name: "Upload to code-scanning"
76-
uses: "github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0" # v3.28.9
76+
uses: "github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5" # v3.28.11
7777
with:
7878
sarif_file: "results.sarif"

.github/workflows/semantic-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "Semantic Pull Request"
2121
steps:
2222
- name: "Harden Runner"
23-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
23+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
2424
with:
2525
egress-policy: "audit"
2626

.github/workflows/semantic-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: "Harden Runner"
30-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
30+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
3131
with:
3232
egress-policy: "audit"
3333

.github/workflows/stale-issues.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-latest"
1919
steps:
2020
- name: "Harden Runner"
21-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
21+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
2222
with:
2323
egress-policy: "audit"
2424

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: "ubuntu-latest"
4545
steps:
4646
- name: "Harden Runner"
47-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
47+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
4848
with:
4949
egress-policy: "audit"
5050

@@ -67,7 +67,7 @@ jobs:
6767
runs-on: "ubuntu-latest"
6868
steps:
6969
- name: "Harden Runner"
70-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
70+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
7171
with:
7272
egress-policy: "audit"
7373

@@ -92,7 +92,7 @@ jobs:
9292

9393
steps:
9494
- name: "Harden Runner"
95-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
95+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
9696
with:
9797
egress-policy: "audit"
9898

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Harden Runner"
28-
uses: "step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e" # v2.10.4
28+
uses: "step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481" # v2.11.0
2929
with:
3030
egress-policy: "audit"
3131

0 commit comments

Comments
 (0)