File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 steps :
103103 - name : Checkout repository
104- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
104+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
105105
106106 - name : Set up Go
107107 if : inputs.go-check == true
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232 with :
3333 token : ${{ secrets.GITHUB_TOKEN }}
3434 repository : ${{ github.event.pull_request.head.repo.full_name }}
4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5353 with :
5454 token : ${{ secrets.pas != '' && secrets.pas || secrets.GITHUB_TOKEN }}
5555 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 1313 reuse :
1414 runs-on : ${{ inputs.runs-on}}
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717 - name : REUSE Compliance Check
1818 uses : fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5
Original file line number Diff line number Diff line change 1414 name : Sync teams
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818 - uses : ./workflows/team-syncer
1919 with :
2020 GH_TOKEN : ${{ secrets.GH_TOKEN_TEAM_SYNCER }}
Original file line number Diff line number Diff line change 3333 steps :
3434
3535 - name : Checkout repository
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3737 with :
3838 repository : cloudoperators/greenhouse
3939
You can’t perform that action at this time.
0 commit comments