3939 golangci_lint_version :
4040 description : ' Version of golangci linter to use'
4141 type : ' string'
42- default : ' v1.56 '
42+ default : ' v1.57 '
4343
4444jobs :
4545 # modules checks if the go modules are all up-to-date. While rare with modern
@@ -52,10 +52,10 @@ jobs:
5252 runs-on : ${{ fromJSON(inputs.runs-on) }} # yamllint disable-line
5353 steps :
5454 - name : ' Checkout'
55- uses : ' actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 ' # ratchet:actions/checkout@v4
55+ uses : ' actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b ' # ratchet:actions/checkout@v4
5656
5757 - name : ' Setup Go'
58- uses : ' actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 ' # ratchet:actions/setup-go@v5
58+ uses : ' actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 ' # ratchet:actions/setup-go@v5
5959 with :
6060 go-version : ' ${{ inputs.go_version }}'
6161 go-version-file : ' ${{ inputs.go_version_file }}'
@@ -83,10 +83,10 @@ jobs:
8383 runs-on : ${{ fromJSON(inputs.runs-on) }} # yamllint disable-line
8484 steps :
8585 - name : ' Checkout'
86- uses : ' actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 ' # ratchet:actions/checkout@v4
86+ uses : ' actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b ' # ratchet:actions/checkout@v4
8787
8888 - name : ' Setup Go'
89- uses : ' actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 ' # ratchet:actions/setup-go@v5
89+ uses : ' actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 ' # ratchet:actions/setup-go@v5
9090 with :
9191 go-version : ' ${{ inputs.go_version }}'
9292 go-version-file : ' ${{ inputs.go_version_file }}'
@@ -116,7 +116,7 @@ jobs:
116116 - name : ' Lint (default configuration)'
117117 if : |-
118118 ${{ hashFiles('.golangci.yml', '.golangci.yaml') == '' }}
119- uses : ' golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 ' # ratchet:golangci/golangci-lint-action@v4
119+ uses : ' golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc ' # ratchet:golangci/golangci-lint-action@v5
120120 with :
121121 args : |-
122122 --config "${{ steps.load-default-config.outputs.output-file }}"
@@ -127,7 +127,7 @@ jobs:
127127 - name : ' Lint (custom configuration)'
128128 if : |-
129129 ${{ hashFiles('.golangci.yml', '.golangci.yaml') != '' }}
130- uses : ' golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 ' # ratchet:golangci/golangci-lint-action@v4
130+ uses : ' golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc ' # ratchet:golangci/golangci-lint-action@v5
131131 with :
132132 skip-cache : true
133133 version : ' ${{ inputs.golangci_lint_version }}'
0 commit comments