File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 name : changelog
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+ - uses : actions/checkout@v5.0.0
1212 - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1313 env :
1414 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 lint :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
2727 with :
2828 fetch-depth : 0
2929
7878 test-vroom :
7979 runs-on : ubuntu-latest
8080 steps :
81- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
81+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
8282 with :
8383 fetch-depth : 0
8484 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43+ uses : actions/checkout@v5.0.0
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 outputs :
1818 gocd : ${{ steps.changes.outputs.gocd }}
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ - uses : actions/checkout@v5.0.0
2121 - name : Check for relevant file changes
2222 uses : getsentry/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
2323 id : changes
3939 id-token : " write"
4040
4141 steps :
42- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42+ - uses : actions/checkout@v5.0.0
4343 - id : ' auth'
4444 uses : google-github-actions/auth@v3
4545 with :
You can’t perform that action at this time.
0 commit comments