@@ -19,15 +19,15 @@ jobs:
1919
2020 steps :
2121 - name : Repository checkout
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v6.0.2
2323 with :
2424 fetch-depth : 0
2525 persist-credentials : false
2626 ref : ${{ inputs.ref }}
2727
2828 - id : ShellCheck
2929 name : Differential ShellCheck
30- uses : redhat-plumbers-in-action/differential-shellcheck@v5
30+ uses : redhat-plumbers-in-action/differential-shellcheck@v5.5.6
3131 # Note: we do not use token here to have more control of when to upload the sarif.
3232 # It might be incorrect to upload them for PRs.
3333 # https://github.com/github/codeql-action/issues/3578
4141
4242 - if : ${{ always() }}
4343 name : Upload artifact with ShellCheck defects in SARIF format
44- uses : actions/upload-artifact@v7
44+ uses : actions/upload-artifact@v7.0.1
4545 with :
4646 name : Differential ShellCheck SARIF
4747 path : ${{ steps.ShellCheck.outputs.sarif }}
@@ -53,10 +53,10 @@ jobs:
5353 permissions :
5454 security-events : write
5555 steps :
56- - uses : actions/download-artifact@v8
56+ - uses : actions/download-artifact@v8.0.1
5757 with :
5858 name : Differential ShellCheck SARIF
59- - uses : github/codeql-action/upload-sarif@v4
59+ - uses : github/codeql-action/upload-sarif@v4.35.3
6060 with :
6161 sarif_file : ${{ needs.lint.outputs.sarif }}
6262 if : ${{ inputs.upload_sarif }}
0 commit comments