File tree Expand file tree Collapse file tree 20 files changed +292
-215
lines changed
Expand file tree Collapse file tree 20 files changed +292
-215
lines changed Original file line number Diff line number Diff line change 5151 path : results.sarif
5252
5353 - name : Upload SARIF file
54- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
54+ uses : github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
5555 with :
5656 sarif_file : results.sarif
5757 category : actions-zizmor
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Harden the runner (Audit all outbound calls)
31- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
31+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3232 with :
3333 egress-policy : audit
3434
@@ -39,12 +39,12 @@ jobs:
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
42+ uses : github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
4343 with :
4444 languages : ${{ matrix.language }}
4545 build-mode : none
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
48+ uses : github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
4949 with :
5050 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 99name : ' Dependency Review'
1010on : [pull_request]
1111
12- permissions :
13- contents : read
12+ permissions : {}
1413
1514jobs :
1615 dependency-review :
1716 runs-on : ubuntu-latest
17+ permissions :
18+ contents : read
19+ pull-requests : write
1820 steps :
1921 - name : Harden the runner (Audit all outbound calls)
20- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
22+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2123 with :
2224 egress-policy : audit
2325
2729 persist-credentials : false
2830 - name : ' Dependency Review'
2931 uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
32+ with :
33+ comment-summary-in-pr : always
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
28+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2929 with :
3030 egress-policy : audit
3131
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden the runner (Audit all outbound calls)
23- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
23+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2424 with :
2525 egress-policy : audit
2626
4848 # Upload the results to GitHub's code scanning dashboard (optional).
4949 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5050 - name : " Upload to code-scanning"
51- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b
51+ uses : github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e
5252 with :
5353 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2929 working-directory : images/${{ matrix.image }}
3030 steps :
3131 - name : Harden the runner (Audit all outbound calls)
32- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
32+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3333 with :
3434 egress-policy : audit
3535
Original file line number Diff line number Diff line change 2020 attestations : write
2121 steps :
2222 - name : Harden the runner (Audit all outbound calls)
23- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
23+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2424 with :
2525 egress-policy : audit
2626
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden the runner (Audit all outbound calls)
17- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
17+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1818 with :
1919 egress-policy : audit
2020
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Harden the runner (Audit all outbound calls)
14- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
14+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1515 with :
1616 egress-policy : audit
1717
Original file line number Diff line number Diff line change 2222 image : hashicorp/terraform:${{ matrix.terraform }}
2323 steps :
2424 - name : Harden the runner (Audit all outbound calls)
25- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
25+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2626 with :
2727 egress-policy : audit
2828
9696 image : hashicorp/terraform:${{ matrix.terraform }}
9797 steps :
9898 - name : Harden the runner (Audit all outbound calls)
99- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
99+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
100100 with :
101101 egress-policy : audit
102102
@@ -159,7 +159,7 @@ jobs:
159159 image : hashicorp/terraform:${{ matrix.terraform }}
160160 steps :
161161 - name : Harden the runner (Audit all outbound calls)
162- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
162+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
163163 with :
164164 egress-policy : audit
165165
You can’t perform that action at this time.
0 commit comments