Skip to content
/ resume Public template

Commit ec23296

Browse files
fix(deps): update github-actions (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36d492d commit ec23296

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
46+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" # v3.26.0
55+
uses: "github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3" # v3.30.3
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" # v3.26.0
65+
uses: "github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3" # v3.30.3
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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" # v3.26.0
78+
uses: "github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3" # v3.30.3
7979
with:
8080
category: "/language:${{matrix.language}}"

.github/workflows/comment-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: "write"
1717
steps:
1818
- name: "Harden Runner"
19-
uses: "step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
19+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2020
with:
2121
egress-policy: "audit"
2222

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
23+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2424
with:
2525
egress-policy: "audit"
2626

@@ -32,4 +32,4 @@ jobs:
3232
EMAIL: "github-actions[bot]@users.noreply.github.com"
3333

3434
- name: "Dependency Review"
35-
uses: "actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c" # v4.3.4
35+
uses: "actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b" # v4.7.3

.github/workflows/introspect.yml

Lines changed: 1 addition & 1 deletion
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@8ca2b8b2ece13480cda6dacd3511b49857a23c09" # v2.5.1
24+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2525
with:
2626
egress-policy: "audit"
2727

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: "ubuntu-latest"
4848
steps:
4949
- name: "Harden Runner"
50-
uses: "step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09" # v2.5.1
50+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
5151
with:
5252
egress-policy: "audit"
5353

@@ -77,7 +77,7 @@ jobs:
7777
runs-on: "ubuntu-latest"
7878
steps:
7979
- name: "Harden Runner"
80-
uses: "step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09" # v2.5.1
80+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
8181
with:
8282
egress-policy: "audit"
8383

@@ -104,7 +104,7 @@ jobs:
104104
runs-on: "ubuntu-latest"
105105
steps:
106106
- name: "Harden Runner"
107-
uses: "step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09" # v2.5.1
107+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
108108
with:
109109
egress-policy: "audit"
110110

@@ -143,7 +143,7 @@ jobs:
143143
# If any jobs we depend on fail, we will fail since this is a required check
144144
# NOTE: A timeout is considered a failure
145145
- name: "Harden Runner"
146-
uses: "step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
146+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
147147
with:
148148
egress-policy: "audit"
149149

.github/workflows/require-allow-edits.yml

Lines changed: 1 addition & 1 deletion
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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
19+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2020
with:
2121
egress-policy: "audit"
2222

.github/workflows/scorecards.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Harden Runner"
35-
uses: "step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
35+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
3636
with:
3737
egress-policy: "audit"
3838

@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: "Run analysis"
45-
uses: "ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534" # v2.3.3
45+
uses: "ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde" # v2.4.2
4646
with:
4747
results_file: "results.sarif"
4848
results_format: "sarif"
@@ -64,14 +64,14 @@ jobs:
6464
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565
# format to the repository Actions tab.
6666
- name: "Upload artifact"
67-
uses: "actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a" # v4.3.6
67+
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02" # v4.6.2
6868
with:
6969
name: "SARIF file"
7070
path: "results.sarif"
7171
retention-days: 5
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: "github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa" # v3.26.0
75+
uses: "github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3" # v3.30.3
7676
with:
7777
sarif_file: "results.sarif"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: "Semantic Pull Request"
2424
steps:
2525
- name: "Harden Runner"
26-
uses: "step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6" # v2.8.1
26+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
2727
with:
2828
egress-policy: "audit"
2929

@@ -46,7 +46,7 @@ jobs:
4646
"revert"
4747
"test"
4848
49-
- uses: "marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31" # v2.9.0
49+
- uses: "marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405" # v2.9.4
5050
# When the previous steps fail, the workflow would stop. By adding this
5151
# condition you can continue the execution with the populated error message.
5252
if: "always() && (steps.lint_pr_title.outputs.error_message != null)"
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Delete a previous comment when the issue has been resolved
6767
- if: "${{ steps.lint_pr_title.outputs.error_message == null }}"
68-
uses: "marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31" # v2.9.0
68+
uses: "marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405" # v2.9.4
6969
with:
7070
header: "pr-title-lint-error"
7171
message: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: "Harden Runner"
34-
uses: "step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09" # v2.5.1
34+
uses: "step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a" # v2.13.1
3535
with:
3636
egress-policy: audit
3737

0 commit comments

Comments
 (0)