4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050 with :
5151 fetch-depth : 0
5252 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout
81- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8282 with :
8383 fetch-depth : 0
8484 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : Checkout
107- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
107+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
108108 with :
109109 fetch-depth : 0
110110 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
@@ -129,7 +129,7 @@ jobs:
129129 contents : write # Needed for goreleaser to create GitHub release
130130 issues : write # Needed for goreleaser to close associated milestone
131131 steps :
132- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
132+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
133133 with :
134134 ref : ${{ inputs.versionNumber }}
135135 fetch-depth : 0
@@ -143,7 +143,7 @@ jobs:
143143 cd .changes
144144 sed -e "1{/# /d;}" -e "2{/^$/d;}" ${{ needs.changelog-version.outputs.version }}.md > /tmp/release-notes.txt
145145
146- - uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
146+ - uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
147147 env :
148148 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
149149 with :
0 commit comments