File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed
Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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
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.
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
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}}"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff line change 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
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)"
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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments