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 @@ -10,20 +10,20 @@ jobs:
1010 ci :
1111 runs-on : ubuntu-22.04
1212 steps :
13- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.4.2
13+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414 with :
1515 path : guides
1616 persist-credentials : false
1717
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.4.2
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 repository : rubygems/rubygems
2121 path : rubygems
2222 ref : 3.6
2323 persist-credentials : false
2424
2525 - name : Set up Ruby
26- uses : ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202 .0
26+ uses : ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263 .0
2727 with :
2828 ruby-version : 3.2.2
2929 bundler-cache : true
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333 with :
3434 persist-credentials : false
3535
3636 - name : " Run analysis"
37- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
37+ uses : ossf/scorecard-action@f2ea147fec3c2f0d459703eba7405b5e9bcd8c8f # v2.4.2
3838 with :
3939 results_file : results.sarif
4040 results_format : sarif
4848 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4949 # format to the repository Actions tab.
5050 - name : " Upload artifact"
51- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
51+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5252 with :
5353 name : SARIF file
5454 path : results.sarif
You can’t perform that action at this time.
0 commit comments