File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6969 sudo apt-get clean
7070
7171 - name : Checkout code
72- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4
72+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7373 with :
7474 ref : ${{ inputs.branch }}
7575 fetch-depth : 0
Original file line number Diff line number Diff line change 5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4
54+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5555 with :
5656 fetch-depth : 0 # fetch all history so multiple commits can be scanned
5757 - name : GitGuardian scan
@@ -140,7 +140,7 @@ jobs:
140140 sudo apt-get update
141141 sudo apt-get install -yq zstd
142142 sudo apt-get clean
143- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4
143+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
144144 - name : Install Nix
145145 uses : DeterminateSystems/nix-installer-action@a48face58194521af687ce7df4c802b1b558e743 # ratchet:DeterminateSystems/nix-installer-action@main
146146 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out the repository
15- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616
1717 - name : Run Labeler
1818 uses : crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # ratchet:crazy-max/ghaction-github-labeler@v5
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 released : ${{ steps.semantic-release.outputs.new_release_published || 'false' }}
116116 tag : ${{ steps.semantic-release.outputs.new_release_git_tag }}
117117 steps :
118- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4
118+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
119119 with :
120120 fetch-depth : 0
121121 ref : ${{ inputs.checkout-ref }}
Original file line number Diff line number Diff line change 5050 test :
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4
53+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5454 with :
5555 ref : ${{ inputs.checkout_ref != '' && inputs.checkout_ref || github.ref }}
5656
Original file line number Diff line number Diff line change 5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@ v4
54+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5555 with :
5656 fetch-depth : 0 # fetch all history so multiple commits can be scanned
5757 - name : GitGuardian scan
You can’t perform that action at this time.
0 commit comments