This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 labels :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3.0.2
14+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1515 - uses : angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
1616 with :
1717 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818 post_approval_changes :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3.0.2
21+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2222 - uses : angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
2323 with :
2424 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424
2525 steps :
2626 - name : ' Checkout code'
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2828 with :
2929 persist-credentials : false
3030
3131 - name : ' Run analysis'
32- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
32+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3333 with :
3434 results_file : results.sarif
3535 results_format : sarif
@@ -38,14 +38,14 @@ jobs:
3838
3939 # Upload the results as artifacts.
4040 - name : ' Upload artifact'
41- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
41+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4242 with :
4343 name : SARIF file
4444 path : results.sarif
4545 retention-days : 5
4646
4747 # Upload the results to GitHub's code scanning dashboard.
4848 - name : ' Upload to code-scanning'
49- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
49+ uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
5050 with :
5151 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments