File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4141 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
44+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4545 with :
4646 persist-credentials : false
4747 # Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 1414 create-release :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1818 with :
1919 persist-credentials : false
2020 - uses : ./
Original file line number Diff line number Diff line change 1717 format-json-yml :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2121 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2222 with :
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 github-actions-cache-cleaner :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1616 with :
1717 persist-credentials : false
1818 - uses : dev-hato/github-actions-cache-cleaner@7863806f8cf2204ff555d04bd5f781e1fe581a1a # v0.0.68
Original file line number Diff line number Diff line change 3939 # Checkout the code base #
4040 # #########################
4141 - name : Checkout Code
42- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
42+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
4343 with :
4444 # Full git history is needed to get a proper list
4545 # of changed files within `super-linter`
Original file line number Diff line number Diff line change 1717 update-dist :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2121 with :
2222 fetch-depth : 0
2323 ref : ${{ github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 1717 update-gitleaks :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2121 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2222 with :
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 update-package :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2222 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2323 with :
2424 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments