File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 create-release :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1616 with :
1717 persist-credentials : false
1818 - uses : dev-hato/github-actions-cache-cleaner@5af2e9e548d57a7a2ac4c29f7b49ec9b10b8d682 # v0.0.65
Original file line number Diff line number Diff line change 3939 # Checkout the code base #
4040 # #########################
4141 - name : Checkout Code
42- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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