File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@v6.0.1
51+ uses : actions/checkout@v6.0.2
5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2727 with :
2828 egress-policy : audit
2929
30- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
30+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5.0.1
3131
3232 - name : Set up Ruby
3333 uses : ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 if : ${{ github.repository_owner == 'ruby' }}
1010 steps :
11- - uses : actions/checkout@v6.0.1
11+ - uses : actions/checkout@v6.0.2
1212
1313 - name : Create GitHub App token
1414 id : app-token
Original file line number Diff line number Diff line change 2828 - { os: windows-latest, ruby: jruby }
2929 runs-on : ${{ matrix.os }}
3030 steps :
31- - uses : actions/checkout@v6.0.1
31+ - uses : actions/checkout@v6.0.2
3232 - name : Set up Ruby
3333 uses : ruby/setup-ruby@v1
3434 with :
You can’t perform that action at this time.
0 commit comments