File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 contents : write
1212 id-token : write
1313 steps :
14- - uses : rubygems/configure-rubygems-credentials@main
14+ - uses : rubygems/configure-rubygems-credentials@bc6dd217f8a4f919d6835fcfefd470ef821f5c44 # v1.0.0
1515 with :
1616 role-to-assume : rg_oidc_akr_4dfqnvsems9z1dyszgd6
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 - name : Set remote URL
1919 run : |
2020 # Attribute commits to the last committer on HEAD
Original file line number Diff line number Diff line change 4848 ruby : { name: truffleruby-head, value: truffleruby-head }
4949
5050 steps :
51- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252 - name : Setup ruby (Ubuntu/macOS)
5353 uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
5454 with :
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : " Checkout code"
30- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131 with :
3232 persist-credentials : false
3333
4949
5050 # Upload the results to GitHub's code scanning dashboard.
5151 - name : " Upload to code-scanning"
52- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
52+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
5353 with :
5454 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1515 name : Check spelling
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 - uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
Original file line number Diff line number Diff line change 1919 name : Lint
2020 runs-on : ubuntu-24.04
2121 steps :
22- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323 - name : Setup ruby
2424 uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
2525 with :
You can’t perform that action at this time.
0 commit comments