1414 check :
1515 runs-on : ubuntu-22.04
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 # check-dco will check the last 20 commits, but commit ranges
2020 # exclude the start commit in the result, but need that commit
3535 runs-on : ubuntu-22.04
3636 steps :
3737 - name : Pull latest awslabs/git-secrets repo
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 repository : awslabs/git-secrets
4141 ref : 1.3.0
4444 - name : Install git secrets from source
4545 run : sudo make install
4646 working-directory : git-secrets
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 - name : Scan repository for git secrets
4949 run : |
5050 git secrets --register-aws
5656 working_dir : ['.', 'cmd']
5757 runs-on : ubuntu-22.04
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 - uses : golangci/golangci-lint-action@v9
6161 with :
6262 version : v${{ env.GOLANGCI_LINT_VERSION }}
@@ -66,20 +66,20 @@ jobs:
6666 name : yamllint-lint
6767 runs-on : ubuntu-22.04
6868 steps :
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070 - run : yamllint .
7171
7272 shellcheck :
7373 runs-on : ubuntu-22.04
7474 container : koalaman/shellcheck-alpine:v0.11.0
7575 steps :
76- - uses : actions/checkout@v5
76+ - uses : actions/checkout@v6
7777 - run : shellcheck ./**/*.sh
7878
7979 config :
8080 runs-on : ubuntu-22.04
8181 steps :
82- - uses : actions/checkout@v5
82+ - uses : actions/checkout@v6
8383 - uses : actions/setup-go@v6
8484 with :
8585 go-version : ${{ env.GO_VERSION }}
0 commit comments