We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d44240 commit 60882c9Copy full SHA for 60882c9
1 file changed
.github/workflows/push.yaml
@@ -7,7 +7,7 @@ jobs:
7
contents: read
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
11
- run: shellcheck *.sh
12
push:
13
needs: [lint]
0 commit comments